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.
53 lines
3.2 KiB
53 lines
3.2 KiB
# Python 3.7+ library for crypto.com/exchange API using asyncio and aiohttp |
|
|
|
[](https://readthedocs.org/projects/cryptocom-exchange) |
|
[](https://travis-ci.org/goincrypto/cryptocom-exchange) |
|
[](https://codeclimate.com/github/goincrypto/cryptocom-exchange/maintainability) |
|
[](https://codeclimate.com/github/goincrypto/cryptocom-exchange/test_coverage) |
|
[](https://requires.io/github/goincrypto/cryptocom-exchange/requirements/?branch=master) |
|
[](https://pypi.python.org/pypi/cryptocom-exchange/) |
|
[](https://pypi.python.org/pypi/cryptocom-exchange/) |
|
[](https://pypi.python.org/pypi/cryptocom-exchange/) |
|
[](https://pypi.python.org/pypi/cryptocom-exchange/) |
|
[](https://pypi.python.org/pypi/cryptocom-exchange/) |
|
[](https://gitter.im/goincrypto/cryptocom-exchange?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) |
|
|
|
Documentation: [https://cryptocom-exchange.rtfd.io](https://cryptocom-exchange.rtfd.io) |
|
|
|
Exchange original API docs: [https://exchange-docs.crypto.com](https://exchange-docs.crypto.com) |
|
|
|
### Description |
|
|
|
`pip install 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** |
|
|
|
### Changelog |
|
|
|
- **0.4.1** - fixed `cached_property` for python 3.7 |
|
- **0.4.0** - added `OrderForceType` and `OrderExecType`, refactored `Order` responses, splited private and market methods, added missing `Pair` and `Coin`, added `Balance` dataclass, public |
|
keys for tests passing |
|
- **0.3.4** - fixed balances listener, fixed pairs |
|
- **0.3.3** - fixed orderbook depth |
|
- **0.3.2** - added orderbook websocket method |
|
- **0.3.1** - fixed missing DAI pair |
|
- **0.3** - added websocket support for public endpoints and supports `sign=True` for private endpoints |
|
- **0.2.1** - fixed order_id in `get_order` func, still preparing for stable release |
|
- **0.2** - moved to new API v2, except for websockets |
|
|
|
### Donation |
|
|
|
If this lib helped you achieve profits will be glad to receive some donation to continue support 💪 |
|
|
|
ERC20(CRO,USDT,ETH etc.): **0x348c268A563b0C809e4E21F4371E8cdFbD1f51bf** |
|
|
|
BTC: **3NxnzUbTDFrwCEChS4PMqXbxvESxkfU2UP** |
|
|
|
LTC: **MK3DtnQaMs2eSDdTygF618xdQd7Q9y7Nr2** |
|
|
|
NEO: **AdTApXpKjVh2YJUKuEHuWvoSdaSAzLakFF** |
|
|
|
|