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.
|
|
3 years ago | |
|---|---|---|
| .github/workflows | 3 years ago | |
| .vscode | 4 years ago | |
| docs | 3 years ago | |
| src/cryptocom | 3 years ago | |
| tests | 3 years ago | |
| .codeclimate.yaml | 4 years ago | |
| .coveragerc | 4 years ago | |
| .gitignore | 4 years ago | |
| .pre-commit-config.yaml | 4 years ago | |
| .readthedocs.yaml | 3 years ago | |
| CHANGELOG.md | 3 years ago | |
| LICENSE | 4 years ago | |
| README.md | 3 years ago | |
| activate.sh | 4 years ago | |
| generatestructs.py | 3 years ago | |
| poetry.lock | 3 years ago | |
| poetry.toml | 4 years ago | |
| pyproject.toml | 3 years ago | |
| pytest.ini | 4 years ago | |
README.md
Python 3.7+ async library for crypto.com/exchange API using httpx and websockets
Documentation: https://cryptocom-exchange.rtfd.io
Exchange original API docs: https://exchange-docs.crypto.com
Description
pip install cryptocom-exchange or poetry add cryptocom-exchange
- 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
Please do not use secret keys, they used only for test purposes