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.4872currencies object
Market currencies
basestring
Exchange base currency.
Example:
ETHquotestring
Exchange quote currency.
Example:
USDTtypestring
Market type.spot - spot market.future - futures/swap market.
Possible values: [spot, future]
Example:
spotMarket
{
"code": "ETHUSDT",
"viewSymbol": "ETH/USDT",
"expiry": null,
"ask": 1.4872,
"bid": 1.4872,
"last": 1.4872,
"currencies": {
"base": "ETH",
"quote": "USDT"
},
"type": "spot"
}