Kucoin / kucoin-python-sdk

MIT License
45 stars 15 forks source link

marketClient.get_symbol_list() returns nothing when specifying the market #18

Closed devamin closed 1 month ago

devamin commented 3 years ago

code :

marketClient.get_symbol_list(market='REQ-ETH')

res :

{'code': '200000', 'data': []}
quantumpacket commented 3 years ago

@devamin you're passing the wrong value. You are passing a trading pair as the market value, you need to be passing one of the following:

BTC KCS USDS (SC has been changed to USDS) ALTS (ALTS market includes ETH, NEO, TRX)

Docs:

ISAAC-XXYYZZ commented 1 month ago

Since this issue has already been addressed and there have been no updates for a long time, we will now close it. Please try updating to the latest version of the SDK and modify your code to try again. If you encounter any issues, feel free to provide feedback.