Withdrawals
withdrawalsView and track your account's withdrawal history, including amount, currency, status, and bank name with masked account number.
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) |