Transfers CSV Export

Path Params
string
required

Account pubkey

Query Params
string | null

Vector of actions to filter

int64 | null
≥ 0

The start UTC epoch to query transactions for.

int64 | null
≥ 0

The end UTC epoch to query transactions for.

boolean | null

Whether the transactions should include inflow movements.

boolean | null

Whether the transactions should include outflow movements.

string | null

The mint(s) to query transactions for.

Multiple mints can be specified by comma-separating them.

string | null

The mint(s) to query transactions for.

Multiple mints can be specified by comma-separating them.

int64 | null
≥ 0

The amount range for selected mints.

int64 | null
≥ 0

The amount range for selected mints.

string | null

The program(s) to query transactions for.

Multiple programs can be specified by comma-separating them.

string | null

The program(s) to query transactions for.

Multiple programs can be specified by comma-separating them.

integer | null
1 to 1000

The maximum number of transactions to return per page.

The default and maximum is 1000.

int64 | null
≥ 1
Defaults to 1

The page number to retreive.

The default is 1.

Responses
200

Returns an array of transactions that the account is involved in

400

Bad request

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