get_multi_trades
Retrieve consolidated trade data across multiple exchanges with filters for time range, currencies, and result limit. Combine trading activity from various markets into one query.
Instructions
Get consolidated trade data across multiple exchanges
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End timestamp | |
| from | No | Start timestamp | |
| limit | No | Max results | |
| exchanges | Yes | Array of exchange names | |
| base_currencies | No | Array of base currencies (e.g., ["BTC", "ETH"]) | |
| quote_currencies | No | Array of quote currencies (e.g., ["USDT", "USD"]) |