Token Transfers - By Wallet Address

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

FieldTypeDescription
recordsarrayArray of token transfer objects.
totalRecordsnumberTotal number of token transfers returned in the response.
amountstringThe amount transferred in the smallest unit of the blockchain. For instance, wei with Ethereum.
Important note: If the token type is ERC721, the amount value represents the token id
blockHashstringThe header hash of the block containing this token transfer.
blockNumberstringThe number of the block containing this token transfer.
blockchainIdstringThe id of the blockchain on which the transaction resides.
decimalsstringThe number of significant digits, per smart contract definition
(-1 means that information was not advertised by the contract).
fromobjectThe address hash of the sender.
isERCXbooleantrue if the token is ERCX false otherwise.
logIndexstringThe index of the log in the transaction.
namestringThe token name.
symbolstringThe token symbol.
timestampnumberThe time of when the transaction was confirmed.
timestampNanosecondsnumberThe nano second part of the timestamp, where applicable.
toarrayThe address hash(es) of the recipient(s).
tokenAddressstringThe address of the token contract.
transactionHashstringThe hash of the transaction.
Path Params
string
required
Defaults to 0x06012c8cf97bead5deae237070f9587f8e7a266d

The address to retrieve the token transfers for

Query Params
int32

Filter by token transfers which value is equal to this amount.

int32

Filter by token transfers which value is greater than this amount.

int32

Filter by token transfers which value is greater than or equal to this amount.

int32

Filter by token transfers which value is less than this amount.

int32

Filter by token transfers which value is less than or equal to this amount

int32

Filter by token transfers with this block number.

date-time

Filter by token transfers which happened after this date.

date-time

Filter by token transfers which happened before this date.

string

Filter by token transfers for this transaction hash.

string

The order in which to return the results (ascending or descending). By default, records are returned in descending order, so the most recent records are returned first.

int32
Defaults to 0

The page number to return.

int32
Defaults to 50

Number of records per page.

string

The validation method to be added to the response: none, basic, full. Default: none. More Details.

boolean

Indicates whether or not to include price data with the results. Options: true, false. More Details.

string

The currency of the price information. Options: usd, btc. Only used in conjunction with includePrice. More Details.

string

[Optional] Time format of the timestamps in the return payload.
[Defaults] milliseconds | ms* | iso | iso8601 | hr | human_readable

Headers
string
Defaults to ethereum-mainnet

The id of the blockchain

Responses

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json