Catalog
List instruments
Returns paginated instruments (trading pairs) for a specific exchange.
GET
Python (ticksupply library)
Authorizations
Your API key. Get one from the dashboard at https://app.ticksupply.com/api-keys
Path Parameters
Exchange code (e.g., "binance")
Query Parameters
Filter instruments by symbol (case-insensitive partial match)
Filter by base asset
Filter by quote asset
Filter by instrument type
Available options:
spot, perpetual, futures, option Maximum number of results (1-1000)
Required range:
1 <= x <= 1000Cursor for pagination
Last modified on February 6, 2026
Python (ticksupply library)