Retrieves all token transfers involving the specified address.
If you intend to traverse all the token-transfers, it is recommended to specify the flag direction=ascending
, which will guarantee that the pagination is stable and will not change with the arrival of new token-transfers.
Blockchains Supported
This endpoint supports Ethereum and Polygon.
Response Data
Field | Type | Description |
---|---|---|
records |
| Array of token transfer objects. |
totalRecords |
| Total number of token transfers returned in the response. |
amount |
| The amount transferred in the smallest unit of the blockchain. For instance, wei with Ethereum. |
blockHash |
| The header hash of the block containing this token transfer. |
blockNumber |
| The number of the block containing this token transfer. |
blockchainId |
| The id of the blockchain on which the transaction resides. |
decimals |
| The number of significant digits, per smart contract definition(-1 means that information was not advertised by the contract). |
from |
| The address hash of the sender. |
isERCX |
|
|
logIndex |
| The index of the log in the transaction. |
name |
| The token name. |
symbol |
| The token symbol. |
timestamp |
| The time of when the transaction was confirmed. |
timestampNanoseconds |
| The nano second part of the timestamp, where applicable. |
to |
| The address hash(es) of the recipient(s). |
tokenAddress |
| The address of the token contract. |
transactionHash |
| The hash of the transaction. |