Skip to main content

Query parameters

This endpoint has no date filter. Unlike every other list route, date_from / date_to are not accepted here — send them and they are ignored. To restrict withdrawals to a period, page through the results and filter on created_at on your side.
An invalid limit (a non-numeric value) falls back to 50 rather than returning an error, and unknown query parameters are ignored silently. Results are ordered newest first.

Response 200 OK

Each item in results has the same shape as the Get Withdrawal response. total is the match count before pagination; results is [] when nothing matches, never null.