fetchWithdrawals
Retrieve cryptocurrency withdrawal history for a specific exchange account, filtering by currency, time period, or result count.
Instructions
Fetch withdrawal history for a configured account
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| accountName | Yes | Account name defined in the configuration file (e.g., 'bybit_main') | |
| code | No | Currency code (e.g., 'BTC', 'ETH') | |
| since | No | Timestamp in ms to fetch withdrawals since (optional) | |
| limit | No | Limit the number of withdrawals returned (optional) |