Accounts
Etherscan-compatible endpoints for the Accounts module.
Get Ether Balance for a Single Address
Returns the Ether balance of a given address.
https://api.routescan.io/v2/network/mainnet/evm/1/etherscan/api?module=account&action=balance&address=0xde0b295669a9fd93d5f28d9ec85e40f4cb697bae&tag=latest&apikey=YourApiKeyTokenGet Ether Balance for Multiple Addresses in a Single Call
Returns the balance of the accounts from a list of addresses.
https://api.routescan.io/v2/network/mainnet/evm/1/etherscan/api?module=account&action=balancemulti&address=0xddbd2b932c763ba5b1b7ae3b362eac3e8d40121a%2C0x63a9975ba31b0b9626b34300f7f627147df1f526%2C0x198ef1ec325a96cc354c7266a038be8b5c558f67&tag=latest&apikey=YourApiKeyTokenGet a list of 'Normal' Transactions By Address
Returns the list of transactions performed by an address, with optional pagination.
https://api.routescan.io/v2/network/mainnet/evm/1/etherscan/api?module=account&action=txlist&address=0xddbd2b932c763ba5b1b7ae3b362eac3e8d40121a&startblock=0&endblock=99999999&page=1&offset=10&sort=asc&apikey=YourApiKeyTokenGet a list of 'Internal' Transactions by Address
Returns the list of internal transactions performed by an address, with optional pagination.
https://api.routescan.io/v2/network/mainnet/evm/1/etherscan/api?module=account&action=txlistinternal&address=0x2c1ba59d6f58433fb1eaee7d20b26ed83bda51a3&startblock=0&endblock=2702578&page=1&offset=10&sort=asc&apikey=YourApiKeyTokenGet 'Internal Transactions' by Transaction Hash
Returns the list of internal transactions performed within a transaction.
https://api.routescan.io/v2/network/mainnet/evm/1/etherscan/api?module=account&action=txlistinternal&txhash=0x40eb908387324f2b575b4879cd9d7188f69c8fc9d87c901b9e2daaea4b442170&apikey=YourApiKeyTokenGet "Internal Transactions" by Block Range
Returns the list of internal transactions performed within a block range, with optional pagination.
https://api.routescan.io/v2/network/mainnet/evm/1/etherscan/api?module=account&action=txlistinternal&startblock=13481773&endblock=13491773&page=1&offset=10&sort=asc&apikey=YourApiKeyTokenGet a list of 'ERC20 - Token Transfer Events' by Address
Returns the list of ERC-20 tokens transferred by an address, with optional filtering by token contract.
https://api.routescan.io/v2/network/mainnet/evm/1/etherscan/api?module=account&action=tokentx&address=0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045&contractaddress=0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48&page=1&offset=100&startblock=0&endblock=99999999&sort=desc&apikey=YourApiKeyTokenGet a list of 'ERC721 - Token Transfer Events' by Address
Returns the list of ERC-721 ( NFT ) tokens transferred by an address, with optional filtering by token contract.
https://api.routescan.io/v2/network/mainnet/evm/1/etherscan/api?module=account&action=tokennfttx&address=0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045&page=1&offset=100&startblock=0&endblock=99999999&sort=desc&apikey=YourApiKeyTokenGet a list of 'ERC1155 - Token Transfer Events' by Address
Returns the list of ERC-1155 ( Multi Token Standard ) tokens transferred by an address, with optional filtering by token contract.
https://api.routescan.io/v2/network/mainnet/evm/1/etherscan/api?module=account&action=token1155tx&address=0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045&page=1&offset=100&startblock=0&endblock=99999999&sort=desc&apikey=YourApiKeyTokenGet Historical Ether Balance for a Single Address By BlockNo
Returns the balance of an address at a certain block height.
https://api.routescan.io/v2/network/mainnet/evm/1/etherscan/api?module=account&action=balancehistory&address=0xde0b295669a9fd93d5f28d9ec85e40f4cb697bae&blockno=8000000&apikey=YourApiKeyTokenGet Gas Oracle
Returns the current Safe, Propose and Fast gas prices. Response includes LastBlock (last block number), SafeGasPrice (low gas price), ProposeGasPrice (median gas price), FastGasPrice (high gas price), and suggestBaseFee (base gas price).
https://api.routescan.io/v2/network/mainnet/evm/1/etherscan/api?module=gastracker&action=gasoracle&apikey=YourApiKeyToken