You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
6 years ago | |
|---|---|---|
| .vscode | 6 years ago | |
| docs | 6 years ago | |
| src/cryptocom | 6 years ago | |
| tests | 6 years ago | |
| .codeclimate.yml | 6 years ago | |
| .coveragerc | 6 years ago | |
| .gitignore | 6 years ago | |
| .readthedocs.yml | 6 years ago | |
| .travis.yml | 6 years ago | |
| LICENSE | 6 years ago | |
| README.md | 6 years ago | |
| activate.sh | 6 years ago | |
| init.sh | 6 years ago | |
| pytest.ini | 6 years ago | |
| setup.py | 6 years ago | |
README.md
Python 3.7+ library for crypto.com/exchange API using asyncio and aiohttp
- provides all methods to access crypto.com/exchange API (except for websockets temporary)
- full test coverage on real exchange with real money
- simple async methods with custom retries and timeouts
Changelog
- 0.2.1 - fixed order_id in
get_orderfunc, still preparing for stable release - 0.2 - moved to new API v2, except for websockets
Documentation: https://cryptocom-exchange.rtfd.io