Geth-Parity Proxy
Etherscan-compatible endpoints for the Geth-Parity Proxy module.
eth_blockNumber
Returns the number of most recent block
https://api.routescan.io/v2/network/mainnet/evm/1/etherscan/api?module=proxy&action=eth_blockNumber&apikey=YourApiKeyTokeneth_getBlockByNumber
Returns information about a block by block number.
https://api.routescan.io/v2/network/mainnet/evm/1/etherscan/api?module=proxy&action=eth_getBlockByNumber&tag=0x10d4f&boolean=true&apikey=YourApiKeyTokeneth_getUncleByBlockNumberAndIndex
Returns information about a uncle by block number.
https://api.routescan.io/v2/network/mainnet/evm/1/etherscan/api?module=proxy&action=eth_getUncleByBlockNumberAndIndex&tag=0xC63276&index=0x0&apikey=YourApiKeyTokeneth_getBlockTransactionCountByNumber
Returns the number of transactions in a block.
https://api.routescan.io/v2/network/mainnet/evm/1/etherscan/api?module=proxy&action=eth_getBlockTransactionCountByNumber&tag=0x10FB78&apikey=YourApiKeyTokeneth_getTransactionByHash
Returns the information about a transaction requested by transaction hash.
https://api.routescan.io/v2/network/mainnet/evm/1/etherscan/api?module=proxy&action=eth_getTransactionByHash&txhash=0xbc78ab8a9e9a0bca7d0321a27b2c03addeae08ba81ea98b03cd3dd237eabed44&apikey=YourApiKeyTokeneth_getTransactionByBlockNumberAndIndex
Returns information about a transaction by block number and transaction index position.
https://api.routescan.io/v2/network/mainnet/evm/1/etherscan/api?module=proxy&action=eth_getTransactionByBlockNumberAndIndex&tag=0xC6331D&index=0x11A&apikey=YourApiKeyTokeneth_getTransactionCount
Returns the number of transactions performed by an address.
https://api.routescan.io/v2/network/mainnet/evm/1/etherscan/api?module=proxy&action=eth_getTransactionCount&address=0x4bd5900Cb274ef15b153066D736bf3e83A9ba44e&tag=latest&apikey=YourApiKeyTokeneth_getTransactionReceipt
Returns the receipt of a transaction by transaction hash.
https://api.routescan.io/v2/network/mainnet/evm/1/etherscan/api?module=proxy&action=eth_getTransactionReceipt&txhash=0xadb8aec59e80db99811ac4a0235efa3e45da32928bcff557998552250fa672eb&apikey=YourApiKeyTokeneth_call
Executes a new message call immediately without creating a transaction on the block chain.
https://api.routescan.io/v2/network/mainnet/evm/1/etherscan/api?module=proxy&action=eth_call&to=0xAEEF46DB4855E25702F8237E8f403FddcaF931C0&data=0x70a08231000000000000000000000000e16359506c028e51f16be38986ec5746251e9724&tag=latest&apikey=YourApiKeyTokeneth_getCode
Returns code at a given address.
https://api.routescan.io/v2/network/mainnet/evm/1/etherscan/api?module=proxy&action=eth_getCode&address=0xf75e354c5edc8efed9b59ee9f67a80845ade7d0c&tag=latest&apikey=YourApiKeyTokeneth_getStorageAt
Returns the value from a storage position at a given address.
https://api.routescan.io/v2/network/mainnet/evm/1/etherscan/api?module=proxy&action=eth_getStorageAt&address=0x6e03d9cce9d60f3e9f2597e13cd4c54c55330cfd&position=0x0&tag=latest&apikey=YourApiKeyTokeneth_gasPrice
Returns the current price per gas in wei.
https://api.routescan.io/v2/network/mainnet/evm/1/etherscan/api?module=proxy&action=eth_gasPrice&apikey=YourApiKeyTokeneth_estimateGas
Makes a call or transaction, which won't be added to the blockchain and returns the used gas.
https://api.routescan.io/v2/network/mainnet/evm/1/etherscan/api?module=proxy&action=eth_estimateGas&data=0x4e71d92d&to=0xf0160428a8552ac9bb7e050d90eeade4ddd52843&value=0xff22&gasPrice=0x51da038cc&gas=0x5f5e0ff&apikey=YourApiKeyToken