fetchWithdrawals
Retrieve withdrawal history for a specified cryptocurrency account, filtered by currency code, timestamp, and limit, using the CCXT MCP Server.
Instructions
Fetch withdrawal history for a configured account
Input Schema
TableJSON 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') | |
| limit | No | Limit the number of withdrawals returned (optional) | |
| since | No | Timestamp in ms to fetch withdrawals since (optional) |