Market
Supported market data
codestring
Exchange market identifier.
Example:
ETHUSDTviewSymbolstring
Exchange market human readable symbol.
Example:
ETH/USDTexpiryinteger | nullnullable
UTC timestamp in milliseconds of market expiration.
Example:
nullaskfloat | nullnullable
Market ticker ask price
Example:
1.4872bidfloat | nullnullable
Market ticker bid price
Example:
1.4872lastfloat | nullnullable
Market ticker last price
Example:
1.4872Market
{
"code": "ETHUSDT",
"viewSymbol": "ETH/USDT",
"expiry": null,
"ask": 1.4872,
"bid": 1.4872,
"last": 1.4872
}