Accounts
Last updated
Last updated
Returns the FTM balance of a given address.
Try this endpoint in your
Query Parameters
address
the string
representing the address to check for balance
tag
the string
pre-defined block parameter, either earliest
, pending
or latest
Returns the balance of the accounts from a list of addresses.
Query Parameters
address
the strings
representing the addresses to check for balance, separated by ,
commas
tag
the string
pre-defined block parameter, either earliest
, pending
or latest
Returns the historical FTM balance of an address at a certain block height.
Query Parameters
Parameter
Description
address
the string
representing the address to check for balance
blockno
the integer
block number to check balance for eg. 2000000
Returns the list of transactions performed by an address, with optional pagination.
Query Parameters
address
the string
representing the addresses to check for balance
startblock
the integer
block number to start searching for transactions
endblock
the integer
block number to stop searching for transactions
page
the integer
page number, if pagination is enabled
offset
the number of transactions displayed per page
sort
the sorting preference, use asc
to sort by ascending and desc
to sort by descending
Returns the list of internal transactions performed by an address, with optional pagination.
Query Parameters
address
the string
representing the addresses to check for balance
startblock
the integer
block number to start searching for transactions
endblock
the integer
block number to stop searching for transactions
page
the integer
page number, if pagination is enabled
offset
the number of transactions displayed per page
sort
the sorting preference, use asc
to sort by ascending and desc
to sort by descending
Returns the list of internal transactions performed within a transaction.
Query Parameters
txhash
the string
representing the transaction hash to check for internal transactions
Returns the list of internal transactions performed within a block range, with optional pagination.
Query Parameters
startblock
the integer
block number to start searching for transactions
endblock
the integer
block number to stop searching for transactions
page
the integer
page number, if pagination is enabled
offset
the number of transactions displayed per page
sort
the sorting preference, use asc
to sort by ascending and desc
to sort by descending
Returns the list of ERC-20 tokens transferred by an address, with optional filtering by token contract.
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
address
the string
representing the address to check for balance
contractaddress
the string
representing the token contract address to check for balance
startblock
the integer
block number to start searching for transactionsthe integer
block number to start searching for transactions
endblock
the integer
block number to stop searching for transactions
page
the integer
page number, if pagination is enabled
offset
the number of transactions displayed per page
sort
the sorting preference, use asc
to sort by ascending and desc
to sort by descending
Returns the list of ERC-721 ( NFT ) tokens transferred by an address, with optional filtering by token contract.
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
address
the string
representing the address to check for balance
contractaddress
the string
representing the token contract address to check for balance
startblock
the integer
block number to start searching for transactions
endblock
the integer
block number to stop searching for transactions
page
the integer
page number, if pagination is enabled
offset
the number of transactions displayed per page
sort
the sorting preference, use asc
to sort by ascending and desc
to sort by descending
Returns the list of blocks validated by an address.
Query Parameters
address
the string
representing the address to check for balance
blocktype
the string
pre-defined block type, blocks
for canonical blocks
page
the integer
page number, if pagination is enabled
offset
the number of transactions displayed per page
Try this endpoint in your
Tip: The result
is returned in
Convert FTM units using our
Note : This endpoint is throttled to 2 calls/second regardless of API Pro tier.
Try this endpoint in your
Tip: The result
is returned in
Convert FTM units using our
Note : This API endpoint returns a maximum of 10000 records only.
Try this endpoint in your
Tip: Specify a smaller startblock
and endblock
range for faster search results.
Note : This API endpoint returns a maximum of 10000 records only.
Try this endpoint in your
Tip: Specify a smaller startblock
and endblock
range for faster search results
Note : This API endpoint returns a maximum of 10000 records only.
Try this endpoint in your
Note : This API endpoint returns a maximum of 10000 records only.
Try this endpoint in your
Try this endpoint in your
Try this endpoint in your
Try this endpoint in your
Note : The timeStamp
is represented in
Returns the balance of a single Ethereum-compatible address for a given chain and block tag.
Chain ID to query (e.g., 1
for Ethereum Mainnet, 250
for Fantom).
250
Example: 250
Specifies the module to use.
account
Example: account
Possible values: Specifies the action to perform.
balance
Example: balance
Possible values: The Ethereum-compatible address whose balance is to be checked.
0xde0b295669a9fd93d5f28d9ec85e40f4cb697bae
The block tag to check the balance at (e.g., latest
, or a specific block number in hex).
latest
Example: latest
Your Etherscan API key.
YourApiKeyToken
Handles account queries for balance and token transfers using module/action parameters.
Chain ID (e.g. 1 for Ethereum Mainnet)
1
Module to query (currently supports only account
)
Action to perform (e.g. balance
or tokentx
)
Ethereum address to query
0xde0b295669a9fd93d5f28d9ec85e40f4cb697bae
Only used with action=balance
. Specifies block tag like latest
.
Only used with action=tokentx
. Specifies the ERC-20 contract address.
0x9f8f72aa9304c8b593d555f12ef6589cc3a579a2
Page number for token transfer pagination
1
Number of records per page
100
Start block number
0
End block number
27025780
Sort order of token transactions
asc
Possible values: Your Etherscan API key
YourApiKeyToken