Ethereum
Ethereum endpoints
Return the balance of any address
Request ID
160907JSON-RPC Version
2.0Method name to be called. For this operation, the field value must be getAddressBalance
getAddressBalanceSuccessful response
Successful response
Return the balance of an array of addresses
Request ID
160907JSON-RPC Version
2.0Method name to be called. For this operation, the field value must be getAddressesBalance
getAddressesBalanceSuccessful response
Successful response
Returns latest block hash and index
Request ID
160907JSON-RPC Version
2.0Method name to be called. For this operation, the field value must be getHeight
getHeightSuccessful response
Successful response
Returns the current price per gas in wei.
Request ID
160907JSON-RPC Version
2.0Method name to be called. For this operation, the field value must be getGasPrice
getGasPriceSuccessful response
Successful response
Returns True if blocks are syncing and returns False if theres no synchronization or is fully sychronize
Request ID
160907JSON-RPC Version
2.0Method name to be called. For this operation, the field value must be syncing
syncingSuccessful response
Successful response
Broadcast a transaction to the network
Request ID
160907JSON-RPC Version
2.0Method name to be called. For this operation, the field value must be broadcastTransaction
broadcastTransactionSuccessful response
Successful response
Generates and returns an estimate of how much gas is necessary to allow the transaction to complete
The transaction will not be added to the blockchain. Note that the estimate may be significantly more than the amount of gas actually used by the transaction, for a variety of reasons including EVM mechanics and node performance.
Request ID
160907JSON-RPC Version
2.0Method name to be called. For this operation, the field value must be estimateGas
estimateGasSuccessful response
Successful response
Returns the information of any block giving its hash
Request ID
160907JSON-RPC Version
2.0Method name to be called. For this operation, the field value must be getBlockByHash
getBlockByHashSuccessful response
Successful response
Returns the information of any block giving its height
Request ID
160907JSON-RPC Version
2.0Method name to be called. For this operation, the field value must be getBlockByNumber
getBlockByNumberReturns the number of success/pending transactions of any address
Request ID
160907JSON-RPC Version
2.0Method name to be called. For this operation, the field value must be getAddressTransactionCount
getAddressTransactionCountReturns the number of success/pending transactions of an array of any address
Request ID
160907JSON-RPC Version
2.0Method name to be called. For this operation, the field value must be getAddressesTransactionCount
getAddressesTransactionCountReturns the receipt of a transaction by transaction hash
Request ID
160907JSON-RPC Version
2.0Method name to be called. For this operation, the field value must be getTransactionReceipt
getTransactionReceiptReturns the transaction info given its hash
Request ID
160907JSON-RPC Version
2.0Method name to be called. For this operation, the field value must be getTransaction
getTransactionReturns the transactions info given an array of transaction hashes
Request ID
160907JSON-RPC Version
2.0Method name to be called. For this operation, the field value must be getTransaction
getTransactionExecutes a new message call immediately without creating a transaction on the block chain
Request ID
160907JSON-RPC Version
2.0Method name to be called. For this operation, the field value must be call
callGet transaction history of aaddresses
Request ID
160907JSON-RPC Version
2.0Method name to be called. For this operation, the field value must be getAddressHistory
getAddressHistoryGet transaction history of an array of addresses
Request ID
160907JSON-RPC Version
2.0Method name to be called. For this operation, the field value must be getAddressesHistory
getAddressesHistoryReturns the status of the transaction indexing process.
Request ID
160907JSON-RPC Version
2.0Method name to be called. For this operation, the field value must be indexing
indexingLast updated