Get Withdrawal History

Retrieve a history of withdrawal transactions. You can filter by currency, date range, or status.

Authentication

AuthorizationBearer
OAuth 2.0 access token

Query parameters

currencystringOptional
Filter by currency code
startDatedatetimeOptional

Start date for filtering (ISO 8601 format)

endDatedatetimeOptional

End date for filtering (ISO 8601 format)

limitintegerOptionalDefaults to 50
Maximum number of records to return
offsetintegerOptionalDefaults to 0
Number of records to skip

Response

Successful response with withdrawal history
withdrawalslist of objects or null
totalinteger or null
Total number of withdrawals matching the filter

Errors