Global Account
List Withdrawals
GET /v2/withdrawals — list all withdrawals with optional filters.
Query parameters
| Parameter | Type | Description |
|---|---|---|
limit | integer | Max results per page (default: 20, max: 100) |
offset | integer | Pagination offset (default: 0) |
group_id | string | Filter by whitelist group ID |
address | string | Filter by destination address |
receive_currency_code | string | Filter by currency code (e.g. USDT, BRL) |
Response 200 OK
Each item in results has the same shape as the Get Withdrawal response.

