Accounts

Compare With EtherScan

Get Ether Balance for a Single Address

[https://docs.etherscan.io/api-endpoints/accounts#get-ether-balance-for-a-single-address]

Returns the Ether balance of a given address.

https://api.w3w.ai/mantle/v1/developer/api
   ?module=account
   &action=balance
   &address=0xde0b295669a9fd93d5f28d9ec85e40f4cb697bae
   &tag=latest
   &apikey=YourApiKeyToken

Query Parameters

Get Ether Balance for Multiple Addresses in a Single Call

[https://docs.etherscan.io/api-endpoints/accounts#get-ether-balance-for-multiple-addresses-in-a-single-call]

Returns the balance of the accounts from a list of addresses.

https://api.w3w.ai/mantle/v1/developer/api
   ?module=account
   &action=balancemulti
   &address=0xde0b295669a9fd93d5f28d9ec85e40f4cb697bae,0x63a9975ba31b0b9626b34300f7f627147df1f526,0x198ef1ec325a96cc354c7266a038be8b5c558f67
   &tag=latest
   &apikey=YourApiKeyToken

Query Parameters

Get a list of 'Normal' Transactions By Address

[https://docs.etherscan.io/api-endpoints/accounts#get-a-list-of-normal-transactions-by-address]

Returns the list of transactions performed by an address, with optional pagination.

https://api.w3w.ai/mantle/v1/developer/api
   ?module=account
   &action=txlist
   &address=0x73485e0c0fb7781802c1d5d476ad9beac8f91367
   &startblock=0
   &endblock=99999999
   &page=1
   &offset=10
   &sort=asc
   &apikey=YourApiKeyToken

Query Parameters

Get a list of 'Internal' Transactions by Address

[https://docs.etherscan.io/api-endpoints/accounts#get-a-list-of-internal-transactions-by-address]

Returns the list of internal transactions performed by an address, with optional pagination.

https://api.w3w.ai/mantle/v1/developer/api
   ?module=account
   &action=txlistinternal
   &address=0x73485e0c0fb7781802c1d5d476ad9beac8f91367
   &startblock=0
   &endblock=99999999
   &page=1
   &offset=10
   &sort=asc
   &apikey=YourApiKeyToken

Query Parameters

Get 'Internal Transactions' by Transaction Hash

[https://docs.etherscan.io/api-endpoints/accounts#get-internal-transactions-by-transaction-hash]

Returns the list of internal transactions performed within a transaction.

https://api.w3w.ai/mantle/v1/developer/api
   ?module=account
   &action=txlistinternal
   &txhash=0x25cd57fe35bb19b4e404ac281180ec29f8563c374e70ca3bdac093f46cf0b446
   &apikey=YourApiKeyToken

Query Parameters

Get "Internal Transactions" by Block Range

[https://docs.etherscan.io/api-endpoints/accounts#get-internal-transactions-by-block-range]

Returns the list of internal transactions performed within a block range, with optional pagination.

https://api.w3w.ai/mantle/v1/developer/api
   ?module=account
   &action=txlistinternal
   &startblock=7873654
   &endblock=7873655
   &page=1
   &offset=10
   &sort=asc
   &apikey=YourApiKeyToken

Query Parameters

Get a list of 'ERC20 - Token Transfer Events' by Address

[https://docs.etherscan.io/api-endpoints/accounts#get-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.w3w.ai/mantle/v1/developer/api
   ?module=account
   &action=tokentx
   &contractaddress=0x201eba5cc46d216ce6dc03f6a759e8e766e956ae
   &address=0xbe18aad013699c1cdd903cb3e6d596ef99c37650
   &page=1
   &offset=5
   &startblock=0
   &endblock=27025780
   &sort=asc
   &apikey=YourApiKeyToken

Usage:

  • ERC-20 transfers from an address, specify the address parameter

  • ERC-20 transfers from a contract address, specify the contract address parameter

  • ERC-20 transfers from an address filtered by a token contract, specify both address and contract address parameters.

Query Parameters

Get a list of 'ERC721 - Token Transfer Events' by Address

[https://docs.etherscan.io/api-endpoints/accounts#get-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.w3w.ai/mantle/v1/developer/api
   ?module=account
   &action=tokennfttx
   &contractaddress=0x03ddc4b60d6bbf399a8397d73462060fdfb83476
   &address=0x03ddc4b60d6bbf399a8397d73462060fdfb83476
   &page=1
   &offset=5
   &startblock=0
   &endblock=27025780
   &sort=asc
   &apikey=YourApiKeyToken

Usage:

  • ERC-721 transfers from an address, specify the address parameter

  • ERC-721 transfers from a contract address, specify the contract address parameter

  • ERC-721 transfers from an address filtered by a token contract, specify both address and contract address parameters.

Query Parameters

Get a list of 'ERC1155 - Token Transfer Events' by Address

[https://docs.etherscan.io/api-endpoints/accounts#get-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.w3w.ai/mantle/v1/developer/api
   ?module=account
   &action=token1155tx
   &contractaddress=0x55fcd19c08aec229da7f5ee00b5663c0d101249f
   &address=0x66c623746decd4e7b53d7b0d9e8ad2eb09074fcb
   &page=1
   &offset=3
   &startblock=0
   &endblock=27025780
   &sort=asc
   &apikey=YourApiKeyToken

Usage:

  • ERC-1155 transfers from an address, specify the address parameter

  • ERC-1155 transfers from a contract address, specify the contract address parameter

  • ERC-1155 transfers from an address filtered by a token contract, specify both address and contract address parameters.

Query Parameters

Get list of Blocks Validated by Address

Get Beacon Chain Withdrawals by Address and Block Range

Get Historical Ether Balance for a Single Address By BlockNo

[https://docs.etherscan.io/api-endpoints/accounts#get-a-list-of-erc1155-token-transfer-events-by-address]

https://api.w3w.ai/mantle/v1/developer/api
   ?module=account
   &action=balancehistory
   &address=0xde0b295669a9fd93d5f28d9ec85e40f4cb697bae
   &blockno=8000000
   &apikey=YourApiKeyToken

Query Parameters

Last updated