kucoin-api-docs icon indicating copy to clipboard operation
kucoin-api-docs copied to clipboard

https://docs.kucoin.com/#get-ticker

Open Radicalware opened this issue 4 years ago • 2 comments

https://docs.kucoin.com/#get-ticker Sample Output for "BTC-USDT"

Issue 1: The price and the size should not be the same thing Issue 2: The last price/size are always 0

Bid Price = 0.0770929 Bid Size = 0.0770929

Ask Price = 0.314002 Ask Size = 0.314002

Last Price = 0 Last Size = 0

Radicalware avatar Oct 25 '21 06:10 Radicalware

@Radicalware looks fine to me. Are you using any 3rd party lib(s) to access the API? If not, please post a minimal example of the code you are using to fetch the API data.

Screenshot_2021-10-25_10-43-18

quantumpacket avatar Oct 25 '21 14:10 quantumpacket

I just checked it today ant it appears to be working. Thanks and all good 👍

Radicalware avatar Oct 30 '21 19:10 Radicalware