Back to site

Supported Symbols

Tickory scans a curated Binance universe across both Spot and Perpetual markets.

Current Coverage

  • 20 unique symbols in the curated universe.
  • 20 Perpetual rows and 20 Spot rows in the registry.
  • Scans run by contract type, so Spot and Perpetual are treated independently.

Public API Endpoint

Use the public symbols endpoint to fetch currently supported active symbols and market type:

GET https://api.tickory.app/api/crypto/symbols?exchange=binance&contract_type=perp&q=BTC
  • exchange is optional and currently supports binance.
  • contract_type is optional and accepts perp or spot.
  • q is optional and performs a case-insensitive symbol search.
  • Responses include active tracked rows only.

Response includes count plus symbols rows with symbol, exchange, contract_type, and available.

How This Appears in the App

  • In-app: Supported Symbols page shows live coverage and market filters.
  • Scan Rules builder symbol fields now provide autocomplete from the live symbol list.

Notes

Symbol coverage can change as we expand exchanges and markets. Always use the API endpoint above as the source of truth for automation and integrations.

See also: Scans & Filters and FAQ.