Withdrawals
withdrawalsList withdrawal history for the current account, showing amount, currency, status, bank name, and masked account number. Supports pagination via page and size parameters.
Instructions
List withdrawal history for the current account. Returns items[]{id, amount, currency, status, created_at, bank_name, account_number (masked)}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default: 1) | |
| size | No | Page size (default: 20) |