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.
Authorizations
Headers
The id of the blockchain
ethereum-mainnet Path Parameters
The address to retrieve the token transfers for
Query Parameters
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.
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.
[Optional] Time format of the timestamps in the return payload.
[Defaults] milliseconds | ms* | iso | iso8601 | hr | human_readable