get_all_market_pairs
Retrieve all available trading pairs across supported markets, with optional filtering by exchange (e.g., Binance, OKX) and detail level.
Instructions
Get all available trading pairs across markets.
Args: market_code: Optional market filter (e.g., "binance", "okx") response_filter: Response detail level ("full" or "display")
Returns: List of trading pairs with symbols, availability, and trading parameters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| market_code | No | ||
| response_filter | No | display |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||