bhexopen / BHEX-OpenApi

broker api
Other
28 stars 49 forks source link

24h ticker does not return bid and ask #3

Open Ppantich opened 5 years ago

Ppantich commented 5 years ago

/openapi/quote/v1/ticker/24hr does not return bestBidPrice and bestAskPrice as per documentation

pengjin2 commented 5 years ago

That is not the correct endpoint for best Bid/Ask. Refer to "/openapi/quote/v1/ticker/bookTicker " for best Bid/Ask.

Ppantich commented 5 years ago

Documentation says it should return ask and bid. Then, change documentation.