Accounts
Last updated
Last updated
Endpoints with are under the API Pro subscription. To upgrade your API plan, browse through the Apescan APIs page.
Returns the Ape balance of a given address.
Try this endpoint in your browser 🔗
Query Parameters
Parameter | Description |
---|---|
address | the |
tag | the |
Returns the balance of the accounts from a list of addresses.
Try this endpoint in your browser 🔗
Query Parameters
Parameter | Description |
---|---|
address | the up to 20 addresses per call |
tag | the |
Returns the list of transactions performed by an address, with optional pagination.
📝 Note : This API endpoint returns a maximum of 10000 records only.
Try this endpoint in your browser 🔗
Query Parameters
Parameter | Description |
---|---|
address | the |
startblock | the |
endblock | the |
page | the |
offset | the number of transactions displayed per page |
sort | the sorting preference, use |
Returns the list of internal transactions performed by an address, with optional pagination.
📝 Note : This API endpoint returns a maximum of 10000 records only.
Try this endpoint in your browser 🔗
Query Parameters
Parameter | Description |
---|---|
address | the |
startblock | the |
endblock | the |
page | the |
offset | the number of transactions displayed per page |
sort | the sorting preference, use |
💡 Tip: Specify a smaller startblock
and endblock
range for faster search results
Returns the list of internal transactions performed within a transaction.
📝 Note : This API endpoint returns a maximum of 10000 records only.
Try this endpoint in your browser 🔗
Query Parameters
Parameter | Description |
---|---|
txhash | the |
Returns the list of internal transactions performed within a block range, with optional pagination.
📝 Note : This API endpoint returns a maximum of 10000 records only.
Try this endpoint in your browser 🔗
Query Parameters
Parameter | Description |
---|---|
startblock | the |
endblock | the |
page | the |
offset | the number of transactions displayed per page |
sort | the sorting preference, use |
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.
Try this endpoint in your browser 🔗
Query Parameters
Parameter | Description |
---|---|
address | the |
contractaddress | the |
page | the |
offset | the number of transactions displayed per page |
startblock | the |
endblock | the |
sort | the sorting preference, use |
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.
Try this endpoint in your browser 🔗
Query Parameters
Parameter | Description |
---|---|
address | the |
contractaddress | the |
page | the |
offset | the number of transactions displayed per page |
startblock | the |
endblock | the |
sort | the sorting preference, use |
Returns the list of ERC-1155 ( Multi Token Standard ) tokens transferred by an address, with optional filtering by token contract.
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.
Try this endpoint in your browser 🔗
Query Parameters
Parameter | Description |
---|---|
address | the |
contractaddress | the |
page | the |
offset | the number of transactions displayed per page |
startblock | the |
endblock | the |
sort | the sorting preference, use |