HTX is going to add best bid/offer fields in the response message from existing endpoint “GET /market/tickers”

Dear API user,

Since the effective day of this notification, HTX is going to add best bid/offer fields in the response message from existing REST API endpoint “GET /market/tickers”.

Effective Date:March 12, 2020 (GMT+8)

All the changes will be updated on https://huobiapi.github.io/docs/spot/v1/en/

HTX
March 10, 2020

The following are the changes in details:

GET /market/tickers – Query latest ticker for all cyptocurrency pairs

Request Parameters

No parameters are needed for this endpoint.

Response Content

Response content is an array of object, each object has below fields.

Field Data Type Description
amount float The aggregated trading volume in last 24 hours
count integer The number of completed trades of last 24 hours
open float The opening price of last 24 hours
close float The last price of last 24 hours
low float The low price of last 24 hours
high float The high price of last 24 hours
vol float The aggregated trading value in last 24 hours
symbol string The trading symbol of this object, e.g. btcusdt, bccbtc
bid float Best bid price
bidSize float Best bid size
ask float Best ask price
askSize float Best ask size