List withdrawals

Returns withdrawals for the authenticated client, most recent first.

Authentication

AuthorizationBearer
Token obtained via the login flow.

Query parameters

currencystringOptional
statusstringOptional

Filter by status (comma-separated).

beneficiaryIdstringOptional
createdAfterdatetimeOptional
createdBeforedatetimeOptional
limitintegerOptional1-200Defaults to 20
Maximum number of results to return. Default 20, max 200.
cursorstringOptional

Opaque cursor from nextCursor of a previous response.

Response

Paginated list of withdrawals.
withdrawalslist of objects
nextCursorstring or null

Opaque cursor for the next page. null when the list is exhausted.

hasMoreboolean

Convenience flag. false when nextCursor is null.

Errors

400
Bad Request Error
401
Unauthorized Error