v1

latestOpenAPI 3.1.02026-07-2681217214.1 KB
TOKENS
DEVELOPER

Transfers

Provides transfer history for a single wallet

get/api/v1/developer/tokens/transfers

Query parameters

chainstring required

Chain to get transfers for.

Chain to get transfers for.

addressstring

Address to get transfers for.

Address to get transfers for.

cursorstring

Cursor to paginate results.

Cursor to paginate results.

limitinteger

Limit the number of items in the response. Default is 15.

Limit the number of items in the response. Default is 15.

tokenstring

Exclude transfers for other tokens

Exclude transfers for other tokens

transfer_type'sent' | 'received' | 'any'

Direction of the transfer. Defaults to 'any'. Can only be specified when using the address filter

Direction of the transfer. Defaults to 'any'. Can only be specified when using the address filter

min_timestampstring

Exclude transfers before this time

Exclude transfers before this time

max_timestampstring

Exclude transfers after this time

Exclude transfers after this time

direction'asc' | 'desc'

Direction to sort by

Direction to sort by

Response

Successful Response

cursorstring nullable required