hitbtc-com / hitbtc-api

HitBTC API
GNU Lesser General Public License v3.0
324 stars 153 forks source link

Missing data in ticker endpoint #147

Open emmx opened 6 years ago

emmx commented 6 years ago

I'm looking for something like the endpoint in [1], except I also need the bid and ask size. Why wouldn't you return it?

Any way to get the bid, ask, bid_size and ask_size for all symbols (or at least for more than one symbol) at once?

[1] https://api.hitbtc.com/api/2/public/ticker/

fujiapple852 commented 6 years ago

I found the same limitation. My solution was to consume the full orderbook (websocket). It sends you a snapshot when you subscribe and changes after that so you can maintain the best bid/ask as things change.

hitbtc-com commented 5 years ago

@emmx thank you for your request. We will consider adding this feature and follow up with you as soon as we have news