fetchDeposits
Retrieve deposit history for cryptocurrency exchange accounts to track incoming funds, filter by currency and time period, and monitor account activity.
Instructions
Fetch deposit 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 deposits since (optional) | |
| limit | No | Limit the number of deposits returned (optional) |