chartimg_v3_exchange_symbols
Retrieve available symbols for a specific exchange to use in chart snapshots. Filter by type or symbol substring to find the right TradingView symbol for your chart.
Instructions
CHART-IMG v3: symbols for an exchange (GET /v3/tradingview/exchange/{exchangeId}). Note: payload may be empty (plan or API); do not rely on it to discover symbols — use TradingView / CHART-IMG docs (e.g. BINANCE:BTCUSDT.P for Binance USDT perpetual).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Filter: spot, swap, futures, index, ... | |
| symbol | No | Filter by symbol substring | |
| exchangeId | Yes | Lowercase exchange id in the URL path, e.g. binance → GET .../exchange/binance |