Ethereum
Ethereum endpoints
Last updated
Ethereum endpoints
Last updated
Supported methods for Ethereum. Please note that to use these methods you must specify both the API token, eth
in this case, and the network on which you want to make the call. For example, if you want to know the balance of a Bitcoin Cash address in the main network, the corresponding endpoint is as follows: http://server/eth/mainnet/getAddressBalance
Broadcast a transaction to the network
The transaction hash in hex
0xd46e8dd67c5d32be8d46e8dd67c5d32be8058bb8eb970870f072445675058bb8eb970870f072445675
Successful response
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.
Ethereum transaction call
Successful response
Returns the information of any block giving its hash
A string representing the hash (32 bytes) of a block
0x6403b287ab8bd587cd9e07c3d2ca62269f19dfb7c195892980f14d71fefa7cdd
Verbosity mode. With 2 value, transactions inside the block are returned completly, otherwise, only transactions hash will be returned
2
Example: 2
Possible values: Successful response
Returns the information of any block giving its height
Ethereum block height. Supports the param latest to get the last block of the chain. The param can be in decimal or hexadecimal format
0x1
Verbosity mode. With 2 value, transactions inside the block are returned completly, otherwise, only transactions hash will be returned
2
Example: 2
Possible values: Returns the number of success/pending transactions of any address
Ethereum address
0x625ACaEdeF812d2842eFd2Fb0294682A868455bd
True to get pending blocks
true
Returns the transactions info of an array of transactions hash
Hash of the transaction
0x8784d99762bccd03b2086eabccee0d77f14d05463281e121a62abfebcf0d2d5f
Executes a new message call immediately without creating a transaction on the block chain
latest
Possible values: [0-9]