Overview

List of all scan endpoints

Supported Scans

  • Etherscan
  • Binancescan
  • Polygonscan

EndpointDescription
scan/native-supplyCurrent amount of Ether in circulation, ETH2 Staking rewards, EIP1559 burnt fees, and total withdrawn ETH from the beacon chain
scan/native-priceReturns the latest price of 1 Native Token.
scan/native-node-sizeReturns the size of the native blockchain, in bytes, over a date range.
scan/native-node-countReturns the total number of discoverable chain nodes.
scan/estimation-confirmation-timeReturns the estimated time, in seconds, for a transaction to be confirmed on the blockchain.
scan/current-gas-estimationReturns the current Safe, Proposed and Fast gas prices.
scan/token-supplyReturns the current amount of ERC-20 token in circulation
scan/token-balanceReturns the current balance of ERC-20 token of an address
scan/transaction-execution-statusReturns the status code of a contract execution.
scan/transaction-receipt-statusReturns the status code of a transaction execution.
scan/block-rewardsReturns the block reward and "Uncle" block rewards.
scan/block-get-countdownReturns the estimated time remaining, in seconds, until a certain block is mined.
scan/block-by-timestampReturns the block number that was mined at a certain timestamp.
scan/account-native-balance-singleReturns the Ether balance of a given address.
scan/account-native-balance-multiReturns the balance of the accounts from a list of addresses.
scan/account-normal-transactionsReturns the list of transactions performed by an address, with optional pagination.
scan/account-internal-transactions-by-addressReturns the list of internal transactions performed by an address, with optional pagination.
scan/account-internal-transactions-by-hashReturns the list of internal transactions performed within a transaction.
scan/account-internal-transactions-by-block-rangeReturns the list of internal transactions performed within a block range, with optional pagination.
scan/account-erc20-transactionsReturns the list of ERC-20 tokens transferred by an address, with optional filtering by token contract.
scan/account-erc721-transactionsReturns the list of ERC-721 ( NFT ) tokens transferred by an address, with optional filtering by token contract.
scan/account-erc1155-transactionsReturns the list of ERC-1155 ( Multi Token Standard ) tokens transferred by an address, with optional filtering by token contract.
scan/log-addressReturns the event logs from an address, with optional filtering by block range.
scan/log-by-topicsReturns the events log in a block range, filtered by topics.
scan/log-by-address-filtered-topicsReturns the event logs from an address, filtered by topics and block range.
scan/contract-abiReturns the Contract Application Binary Interface ( ABI ) of a verified smart contract.
scan/contract-source-codeReturns the Solidity source code of a verified smart contract.
scan/contract-creationReturns a contract's deployer address and transaction hash it was created, up to 5 at a time.
scan/contract-verify-source-codeSubmits a contract source code to Etherscan for verification.
scan/contract-verify-proxySubmits a proxy contract source code to Etherscan for verification.