Market Data
public/get_tickers
Returns a map of instrument name to latest ticker snapshot for an instrument_type. Options require both currency and an 8-digit expiry_date (YYYYMMDD); perps and spot accept an optional currency (omit to fetch all currencies) and reject expiry_date. Public endpoint.
POST
public/get_tickers
Body
application/json
Parameters for public/get_tickers. expiry_date accepts either a JSON number or a string-encoded 8-digit date (e.g. 20260511).
Response
Success
A map of instrument name to ticker: {"tickers": {<instrument_name>: <ticker_data>}}. Each ticker value matches the payload of a ticker_slim.{instrument_name}.{interval} subscription update.
