kucoin-node-sdk icon indicating copy to clipboard operation
kucoin-node-sdk copied to clipboard

getAllTickers() is only returning a total of 14 tickers.

Open tpwatson opened this issue 3 years ago • 1 comments

I can't find any way to set the parameters to expand the ticker list size. I expected to see ALL tickers, since that is the function's name, yet its only showing 14.

tpwatson avatar Dec 07 '21 21:12 tpwatson

Are you calling the sandbox endpoint? I think the sandbox endpoint only returns a limited number of endpoints, but the main endpoint returns all the symbols: https://api.kucoin.com/api/v1/market/allTickers

jlevers avatar Dec 12 '21 21:12 jlevers