Transactions
Last updated
Last updated
Retrieve deposit, withdrawal or transfer by transaction ID.
/v1/transactions/{transactionId}
The transactionId of the transaction
Retrieve deposits, withdrawals and transfers with optional filtering and pagination.
/v1/transactions
Filter transactions by type (deposit, withdrawal, transfer)
DEPOSIT
, WITHDRAWAL
, TRANSFER
Filter transactions by status
PENDING_APPROVAL
, PROCESSING
, COMPLETED
, CONFIRMING
Filter transactions by creation date lower bound, exclusive
Filter transactions by creation date upper bound, inclusive
Filter executions by account ID
When provided, specifies the last item returned in previous page, used to fetch the next page. Fetches the first page when omitted.
When provided, specifies the number of items to return in the page. Uses default page size of 10 when omitted.
Will sort the returned data using the specified field.
Specifies the sort direction for the sortField.
ASC
, DESC