CCXT – A JavaScript / Python / PHP cryptocurrency trading API with support for more than 120 bitcoin/altcoin exchanges
apiKey
credential
@AxlBlake_twitter alright, if you update ccxtpro to 0.0.71 you won't have an import problem anymore (the first of the two you mentioned).
As for the second issue with watch_balance, I've just tried this simple snippet with the version 0.0.71:
import ccxtpro
import asyncio
async def main():
exchange = ccxtpro.binance({
'enableRateLimit': True,
'apiKey': 'YOUR_API_KEY',
'secret': 'YOUR_SECRET',
})
while True:
balance = await exchange.watch_balance()
print(balance)
print('CCXT Pro version:', ccxtpro.__version__)
asyncio.get_event_loop().run_until_complete(main())
↑ And this works on my side. Does it work on your side in this simple form ? (assuming you have properly reinstalled the packages and don't refer to bogus or old installations)
In order to check for runtime versions, i've added a version output to the above snippet.
@zhukai7714 hello, this is answered here: https://github.com/ccxt/ccxt/issues/6543#issuecomment-593225831
What do you define as a seat in your license model?
The number of GitHub users on your team or company who can also get access to the repository using their own GitHub accounts, you add them to your plan.