v1

latestOpenAPI 3.1.0MIT2026-07-1716328.3 KB
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

data_descriptionstring[] nullable

Optional list of strings explaining the structure or fields of the data payload

notesstring[] nullable

Optional list of important warnings or contextual notes, such as data truncation alerts

instructionsstring[] nullable

Optional list of suggested follow-up actions for an AI agent