Skip to content

goincrypto/cryptocom-exchange

Repository files navigation

Python 3.9+ 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

  • fully operational v1 exchange API, improved testing with replay mechanics
  • provides all methods to access crypto.com/exchange API including websockets
  • important: temporary disabled tests for withdrawals (soon)
  • full test coverage on real exchange with real money
  • simple async methods with custom retries and timeouts