Supported Symbols
Tickory scans the active Binance USDT symbol universe across both Spot and Perpetual markets.
Current Coverage
- Coverage is driven by the active symbol registry, not a hardcoded public list.
- Scans run by contract type, so Spot and Perpetual support are tracked independently.
- Use the API endpoint or in-app Supported Symbols page as the live source of truth for counts.
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
exchangeis optional and currently supportsbinance.contract_typeis optional and acceptsperporspot.qis 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.