Skip to main content

tracer.data.exchange_symbols#

Per-exchange symbol directory from /api/v1/exchange-symbols.

SYNTAX#

tracer.data.exchange_symbols: SourceHandle  // Per-exchange symbol directory (snapshot)

ARGUMENTS#

  • opts.exchange (string) — Filter to one exchange.
  • opts.exchanges (string) — Comma-separated subset.

RETURNS#

GenericSnapshotSourceData with payload: per-exchange symbol arrays.

EXAMPLE#

const dir = tracer.data.exchange_symbols;
// dir.payload[0].symbols → ['BTCUSDT', 'ETHUSDT', ...]