Skip to main content



Market

Supported market data

codestring

Exchange market identifier.

Example: ETHUSDT
viewSymbolstring

Exchange market human readable symbol.

Example: ETH/USDT
expiryinteger | nullnullable

UTC timestamp in milliseconds of market expiration.

Example: null
askfloat | nullnullable

Market ticker ask price

Example: 1.4872
bidfloat | nullnullable

Market ticker bid price

Example: 1.4872
lastfloat | nullnullable

Market ticker last price

Example: 1.4872



Market
{
"code": "ETHUSDT",
"viewSymbol": "ETH/USDT",
"expiry": null,
"ask": 1.4872,
"bid": 1.4872,
"last": 1.4872
}