Retrieves all token transfers involving the specified token address.
The id of the blockchain
ethereum-mainnet
, polygon-mainnet
The address to retrieve the token transfers for. (example is USDC)
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.
Decodes transactions input via known ABIs.
Filter by token transfers which happened after this date.
Filter by token transfers which happened before this date.
Filter by token transfers for this token.
Filter by token transfers for this transaction hash.
The validation method to be added to the response: none
, basic
, full
. Default: none
. <a href="https://docs.amberdata.io/reference#section-validation-method">More Details.</a>
Indicates whether or not to include price data with the results. Options: true, false. <a href="https://docs.amberdata.io/reference#section-include-price">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#section-currency">More Details.</a>
The page number to return.
Number of records per page.
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.
[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
.