ccxt_describe_exchange
Inspect exchange or account capabilities to get supported methods, markets, timeframes, symbols, and safe invocation modes.
Instructions
Inspect a CCXT exchange or configured account and return supported methods, market types, timeframes, symbols, and invocation modes so callers can route requests safely.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | Configured account name to inspect (at least one of exchange or account is required) | |
| exchange | No | Exchange ID to inspect (at least one of exchange or account is required) | |
| loadMarkets | No | Whether to call loadMarkets before invocation when market metadata is needed (default: true) | |
| reloadMarkets | No | Whether to force a fresh market reload instead of reusing cached exchange metadata (default: false) |