今すぐ”使えるブロックチェーン”をすべての企業、すべての人に。
SCROLL
その他のAPIにつきましては、お問い合わせよりご相談ください。
Getting Blocks
Retrieves information from a particular block in the blockchain.
- eth_getBlockByHash
- eth_blocknumber
- eth_getBlockByNumber
- eth_getBlockReceipts
- eth_getBlockTransactionCountByHash
- eth_getBlockTransactionCountByNumber
Reading Transactions
Retrieves information on the state data for addresses regardless of whether it is a user or a smart contract.
- eth_getTransactionByHash
- eth_getTransactionByBlockHashAndIndex
- eth_getTransactionByBlockNumberAndIndex
- eth_getTransactionReceipt
- eth_getTransactionCount
Writing Transactions & EVM Execution
Allows developers to send ETH from one address to another, write data on-chain, and interact with smart contracts.
- eth_sendRawTransaction
- eth_call
Account Information
Returns information regarding an address's stored on-chain data.
- eth_getCode
- eth_getBalance
- eth_getStorageAt
Event Logs
Returns logs which are records that denote/provide context on specific events within a smart contract, like a token transfer or a change of ownership, for example.
- eth_getLogs
Chain Information
Returns information on the Ethereum network and internal settings.
- eth_chainId
- net_version
Getting Uncles
Returns information on uncle blocks which are network rejected blocks and replaced by a canonical block instead.
Gas Estimation
Returns information on the Ethereum network gas estimates.
- eth_estimateGas
- eth_gasPrice
- eth_feeHistory
- eth_maxPriorityFeePerGas
Web3
Returns Ethereum network configuration information.
- web3_clientVersion
- web3_sha3
Trace API
Mainnet and Goerli Only
- trace_block
- trace_transaction