Market Data
Get tickers for a currency and type
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
Get tickers for a currency and type
Body
application/json
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.
Get tickers for a currency and type
