Introduction

Spot symbols

Path

Response Fields

NameTypeDescription
result  
› trading_pairsstringSymbol.
› last_pricenumberThe last price.
› lowest_asknumberLowest ask price.
› highest_bidnumberHighest bid price.
› base_volumenumberSum of volume for all trade in the last 24-hrs.
› quote_volumenumberSum of (price * volume) for all trade in the last 24-hrs.
› price_change_percent_24hnumberRelative price change in percent.
› highest_price_24hnumberHighest price in the last 24-hrs.
› lowest_price_24hnumberLowest price in the last 24-hrs.

Response

 

Spot ticker

Path

Response Fields

NameTypeDescription
resultobject 
› pairobjectThe symbol name.
›› base_volumenumberTrading volume Lowest price in the last 24-hrs.
›› last_pricenumberLast price.
›› quote_volumenumberSum of (price * volume) for all trade in the last 24-hrs.
›› isFrozenstringIndicates if the market is currently enabled (0) or disabled (1).

Response

 

Spot orderbook

Path

Parameters

ParameterRequiredTypeDescription
market_pairtruestringSymbol name.
depthfalsestringDepth = 100 means 50 for each bid/ask side.

Response Fields

NameTypeDescription
resultobject 
› timestamptimestampThe last updated timestamp in milliseconds
› ticker_idstringSymbol name.
› bidsnumberAn array containing 2 elements. The offer price and quantity.
› asksnumberAn array containing 2 elements. The offer price and quantity.

Response

 

Perpetual symbols

Path

Response Fields

NameTypeDescription
resultArray of object 
› ticker_idstringSymbol name.
› base_currencystringSymbol/currency code of base pair, eg. BTC.
› quote_currencystringAlways USDT.
› last_pricenumberThe last price
› base_volumenumberSum of volume for all trade in the last 24-hrs.
› quote_volumenumberSum of (price * volume) for all trade in the last 24-hrs.
› bidnumberCurrent highest bid price.
› asknumberCurrent lowest ask price.
› highnumberHighest price in the last 24-hrs.
› lownumberLowest price in the last 24-hrs.
› product_typestringAlways Perpetual.
› open_interestnumberOpen interest of the symbol
› open_interest_usdnumberOpen interest in USDT Value of the symbol.
› index_pricenumberLast calculated index price for underlying of contract.
› creation_timestampLongStart date of derivative
› expiry_timestampLongIgnore
› funding_ratenumberCurrent funding rate.
› next_funding_rate_timestampLongTimestamp of the next funding rate change.
› contract_typestringAlways Quanto.
› contract_pricenumberDescribes the price per contract.
› contract_price_currencystringAlways USDT.
› taker_feenumberTaker fee.
› maker_feenumberMaker fee.

Response

 

Perpetual orderbook

Path

Parameters

ParameterRequiredTypeDescription
market_pairtruestringSymbol name. eg: "BTC-USDT-PERPETUAL"
depthfalsestringDepth = 100 means 50 for each bid/ask side.

Response Fields

NameTypeDescription
resultobject 
› timestamptimestampThe last updated timestamp in milliseconds
› ticker_idstringSymbol name.
› bidsnumberAn array containing 2 elements. The offer price and quantity.
› asksnumberAn array containing 2 elements. The offer price and quantity.

Response

 

Market trades

Path

Parameters

ParameterRequiredTypeDescription
market_pairtruestringSymbol name such as “BTC-USDT”,"BTC-USDT-PERPETUAL"

Response Fields

NameTypeDescription
resultobject 
› trade_idintegerTrade id.
› pricenumberTrade price.
› base_volumenumberTrade amount.
› quote_volumenumberbase_volume * price.
› timestamptimestampTrade time.
› typestringTaker direction. buy or sell

Response