sammchardy / python-kucoin

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

get_coin_balance #16

Closed iero closed 6 years ago

iero commented 6 years ago

Hello

When I try to use get_coin_balance or get_coin_address, I get a 'missing 1 required positional argument: 'coin'. An idea why ?

Thanks

    print(kucoinClient.get_coin_balance('NEO'))
TypeError: get_coin_balance() missing 1 required positional argument: 'coin'
iero commented 6 years ago

Sorry, I had a mistake in my code.. it works as expected, thanks !