cryptocom-exchange icon indicating copy to clipboard operation
cryptocom-exchange copied to clipboard

Python 3.7+ library for https://crypto.com/exchange API

Results 10 cryptocom-exchange issues
Sort by recently updated
recently updated
newest added

``` order_id = await account.sell_market( pair=exchange.pairs['CRO_USDT'], quantity=232.19 wait_for_fill=True ) ``` `Order(id=2587823363968787040, status=, side=, price=0.0, quantity=232.19, client_id='', created_at=1654959946, updated_at=1654959946, type=, pair=Pair(exchange_name='CRO_USDT', price_precision=5, quantity_precision=3), filled_quantity=0.0, filled_price=0.0, fees_coin=None, force_type=, trigger_price=None, trades=[]) ` Order...

Quantity left as str because there's no easy way to determine the precision of each Coin.

Hello. I'm using your code to access to Crypto Exchange. While testing my code i realize that when i was trying to buy CRO with BTC, there was en error....

Add example snippet for retrieving the orderbook via the websocket, closes https://github.com/goincrypto/cryptocom-exchange/issues/27.

As far as I can see from quickly testing some calls you cannot access any of the derivative data. Am I missing something or does it require a complete different...

https://github.com/goincrypto/cryptocom-exchange/blob/cc65cac9a79b99a801c61c57cff7f976b21abe51/src/cryptocom/exchange/market.py#L77 I'm not personally a user of this library, but I spent a while figuring this out so I thought I'd share in case it is useful. The `public/get-candlestick` endpoint...

Hi, I would like to use the websocket option to retrieve orderbook data. However, I'm facing a type error when running the following code block: ```python import asyncio import cryptocom.exchange...

if quantity_precision is 0, 11.76 goes 12 it should be down(floor) class Pair, round_quantity func my case was XRP_USDT, python 3.9.13 heplers.py def round_down(value: TP.Union[float, str], precision: int) -> float:...

Bumps [setuptools](https://github.com/pypa/setuptools) from 65.5.0 to 65.5.1. Changelog Sourced from setuptools's changelog. v65.5.1 Misc ^^^^ #3638: Drop a test dependency on the mock package, always use :external+python:py:mod:unittest.mock -- by :user:hroncok #3659:...

dependencies

Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.9.24 to 2022.12.7. Commits 9e9e840 2022.12.07 See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=certifi&package-manager=pip&previous-version=2022.9.24&new-version=2022.12.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you...

dependencies