v1

latestOpenAPI 3.0.32026-07-23215362.6 KB
Transactions

List Transactions

Retrieve deposits, withdrawals and transfers with optional filtering and pagination.

get/v1/transactions

Query parameters

transactionType'DEPOSIT' | 'WITHDRAWAL' | 'TRANSFER'

Filter transactions by type (deposit, withdrawal, transfer)

transactionStatus'FAILED' | 'PROCESSING' | 'CONFIRMING' | 'COMPLETED'

Filter transactions by status

createdAtStartstring date-time

Filter transactions by creation date lower bound, exclusive

createdAtEndstring date-time

Filter transactions by creation date upper bound, inclusive

accountIdstring uuid

Filter executions by account ID

afterstring

When provided, specifies the last item returned in previous page, used to fetch the next page. Fetches the first page when omitted.

limitstring integer

When provided, specifies the number of items to return in the page. Uses default page size of 10 when omitted.

sortFieldstring

Will sort the returned data using the specified field.

sortDirection'ASC' | 'DESC'

Specifies the sort direction for the sortField.

Response

Successful response

afterstring

The token of the last item in the response

totalCountstring integer

The total number of items in the entire filtered data set