Retrieve paginated list of business withdrawal history. Supports filtering by status.
| Parameter | Description |
|---|---|
status | Filter by status: PENDING, PROCESSING, COMPLETED, or FAILED |
| Status | Description |
|---|---|
PENDING | Withdrawal request submitted, awaiting processing |
PROCESSING | Withdrawal is being processed on the blockchain |
COMPLETED | Withdrawal completed successfully, funds sent |
FAILED | Withdrawal failed, funds returned to wallet |
| Parameter | Default | Max |
|---|---|---|
page | 1 | - |
perPage | 50 | 100 |
JWT access token obtained from /auth/token
Page number
x >= 1Items per page (max 100)
1 <= x <= 100Filter by status
PENDING, PROCESSING, COMPLETED, FAILED