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.
Jacopo De Simoi 3545d5af4d add debug statement 3 years ago
.github/workflows fix: cache update for github actions 3 years ago
.vscode fix: added retries for connection error 4 years ago
docs chore: docs type & setuptools missing 3 years ago
src/cryptocom add debug statement 3 years ago
tests chore: [tests] expect 0 volume 3 years ago
.codeclimate.yaml Moved to poetry dependency management 4 years ago
.coveragerc Moved to poetry dependency management 4 years ago
.gitignore Removed test reporter 4 years ago
.pre-commit-config.yaml Moved to poetry dependency management 4 years ago
.readthedocs.yaml chore: trying again 3 years ago
CHANGELOG.md 0.13.1 3 years ago
LICENSE Moved to poetry dependency management 4 years ago
README.md chore: cryptocom survived, no reason to suspend 3 years ago
activate.sh Moving to github workflows 4 years ago
generatestructs.py feat: updated to lastest 2.1 spot exchange API 3 years ago
poetry.lock chore: updated dependencies 3 years ago
poetry.toml Moved to poetry dependency management 4 years ago
pyproject.toml 0.13.1 3 years ago
pytest.ini Fixed variable syntax, some tests still required global account 4 years ago

README.md

Python 3.7+ async library for crypto.com/exchange API using httpx and websockets

Docs Build Status Test workflow Maintainability Test Coverage PyPI implementation PyPI pyversions PyPI license PyPI version fury.io PyPI download month Gitter

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