Skip to main content
GET
Transfers
Supported Chains

Authorizations

X-API-KEY
string
header
required

Query Parameters

chain
string
required

Chain to get transfers for.

address
string

Address to get transfers for.

cursor
string

Cursor to paginate results.

limit
integer
default:15

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

Required range: x <= 100
token
string

Exclude transfers for other tokens

transfer_type
enum<string>
default:any

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

Available options:
sent,
received,
any
min_timestamp
string

Exclude transfers before this time

max_timestamp
string

Exclude transfers after this time

direction
enum<string>
default:desc

Direction to sort by

Available options:
asc,
desc

Response

Successful Response

items
SolanaTransfer · object
required
cursor
string | null
required