Bittrex API OpenBuyOrders OpenSellOrders - what do they actually show?

0

e.g. https://bittrex.com/api/v1.1/public/getmarketsummary?market=btc-bcc

shows:

{..."OpenBuyOrders":1557,"OpenSellOrders":13944,...}

What do these numbers refer to since they do not match the BTC or BCC bid and ask volume values on the bittrex screen when looking at this pair.

Any ideas what these two values are showing? I need to know the total number of bid and ask BTC volumes via the API calls? Thanks

Usman Ahmad

Posted 2018-01-27T02:23:20.133

Reputation: 3

Answers

0

The Bittrex API documentation doesn't divulge many details but I expect those two values would be all outstanding (open) buy and sell offers, not just for that day.

You may need to contact Bittrex for further clarification.

Willtech

Posted 2018-01-27T02:23:20.133

Reputation: 2 657

Thanks for getting back, Willtech. Do you specifically mean the number of outstanding (open) buy and sell orders rather than referring to the currency value?Usman Ahmad 2018-01-27T13:53:21.553

What would be useful is the OpenBuyOrders_Base value i.e. the BTC or other CCY amount! The number of orders is not useful and doesnt give the right indication of volumeUsman Ahmad 2018-01-27T14:35:29.497