GET /v2/withdrawals — list all withdrawals with optional filters.
Documentation Index
Fetch the complete documentation index at: https://docs.noxpay.io/llms.txt
Use this file to discover all available pages before exploring further.
| 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) |
200 OKresults has the same shape as the Get Withdrawal response.