Tokens
Get token transfers by address
Get ERC-20 token transfers for an address within a specific time range.
get/get_token_transfers_by_address
Query parameters
chain_idstring required
The ID of the blockchain
addressstring required
Address which either transfer initiator or transfer receiver
age_fromstring date-time required
Start date and time (ISO 8601 format)
age_tostring date-time
End date and time (ISO 8601 format). Can be omitted to get all transfers up to the current time
tokenstring
An ERC-20 token contract address to filter transfers by a specific token
cursorstring
The pagination cursor from a previous response to get the next page of results
Response
List of token transfers