ccxt_list_exchanges
List CCXT-supported exchanges, filtering by authentication and market type, to summarize which have public access and authenticated accounts.
Instructions
List CCXT-supported exchanges and summarize which ones have configured authenticated accounts, public market access, and available market-type metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hasAuth | No | Preferred auth filter. When true, return only exchanges with configured authenticated accounts; when false, return only exchanges without them | |
| marketType | No | Exchange market type to target when an exchange supports multiple product families | |
| configuredOnly | No | Deprecated alias for hasAuth=true; return only exchanges that have at least one configured authenticated account |