sammchardy / python-kucoin

Kucoin REST and Websocket API python implementation
https://python-kucoin.readthedocs.io/en/latest/
MIT License
350 stars 148 forks source link

fix get_withdrawal_quotas args #103

Open happyhappy-jun opened 2 years ago

happyhappy-jun commented 2 years ago

According to the official docs (link), withdrawal quotas method requires optional chain arg (especially for USDT which use TRC20 chain a lot).

Added optional argument in wrapper function

kewlfft commented 2 years ago

if this chain parameter can also be added to the create_withdrawal function please