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.
The id of the blockchain
ethereum-mainnet
, polygon-mainnet
The address to retrieve the token transfers for
Filter by token transfers which value is equal to this amount.
Filter by token transfers which value is greater than this amount.
Filter by token transfers which value is greater than or equal to this amount.
Filter by token transfers which value is less than this amount.
Filter by token transfers which value is less than or equal to this amount
Filter by token transfers with this block number.
Filter by token transfers which happened after this date.
Filter by token transfers which happened before this date.
Filter by token transfers for this transaction hash.
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.
The page number to return.
Number of records per page.
The validation method to be added to the response: none
, basic
, full
. Default: none
. <a href="https://docs.amberdata.io/reference#query-params">More Details.</a>
Indicates whether or not to include price data with the results. Options: true, false. <a href="https://docs.amberdata.io/reference#query-params">More Details.</a>
The currency of the price information. Options: usd, btc. Only used in conjunction with includePrice. <a href="https://docs.amberdata.io/reference#query-params">More Details.</a>
[Optional] Time format of the timestamps in the return payload.<BR/>[Defaults] milliseconds | ms* | iso | iso8601 | hr | human_readable
200
The response is of type object
.