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
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 volume – Usman Ahmad – 2018-01-27T14:35:29.497
This Q & A may help further: https://bitcoin.stackexchange.com/questions/57512/what-is-the-volume-and-basevolume-reported-from-bittrex-api
– Willtech – 2018-01-28T00:10:39.037