Account Transfers

Account Transfers

Retrieve a list of transfers that the account is involved in.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Account pubkey

Query Params
int64 | null
≥ 0

The start UTC epoch to query transfers for.

int64 | null
≥ 0

The end UTC epoch to query transfers for.

boolean | null

Whether the transfers should include inflow movements.

boolean | null

Whether the transfers should include outflow movements.

string | null

The mint(s) to query transfers for.

Multiple mints can be specified by comma-separating them.

integer | null
1 to 100

The maximum number of transfers to return per page.

The default and maximum is 100.

int64 | null
≥ 1
Defaults to 1

The page number to retreive.

The default is 1.

Responses
200

Returns an array of transfers that the account is involved in

400

Bad request

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!