Skip to main content
POST
Get tickers for a currency and type

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).

instrument_type
enum<string>
required

Asset type of the instrument: "option", "perp", or "erc20".

Available options:
option,
perp,
erc20
currency
string | null
expiry_date
any

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.

tickers
object
required