Token Transfers - By Token Address
Retrieves all token transfers involving the specified token address.
Authorizations
Headers
The id of the blockchain
ethereum-mainnet Path Parameters
The address to retrieve the token transfers for. (example is USDC)
Query Parameters
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.
Only false is accepted.
false 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 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.
[Defaults] milliseconds | ms* | iso | iso8601 | hr | human_readable