-
**Para-chain name**
DBC
**Description**
Overview of your para-chain.
- Website: https://deepbrainchain.org/
- Application: https://www.dbcwallet.io/#/explorer; https://galaxyrace.deepbrainc…
-
# Why
Multiple test cases use `asyncio.sleep` which adds time to run the test cases.
# What
Investigate the use of sleep in the test cases and remove as many as possible.
Use the following command to…
-
### Operating System
ubuntu
### Programming Languages
PHP
### CCXT Version
4.2.92
### Description
**Description:**
The `parse_order` method does not correctly reflect partial fil…
-
### Operating System
ubuntu 20.04
### Programming Languages
Python
### CCXT Version
4.0.44
### Description
some log added to here
```python
def handle_order_book(self, client: Client, m…
-
The problem:
```bash
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.12/bin/price", line 5, in
from coinprice.main import main
File "/Library/…
-
Hello, i am trying to create a buy stop-limit order on huobi, but receive an error.
exchange.load_markets()
type = 'stop-limit'
market = exchange.market('ADA/USDT')
operator =…
-
> QUESTION
- OS: Windows 10
- Programming Language version: Python 3.9.6
- CCXT version: 1.75.74
I need to list all appropriate networks which in BINANCE, HUOBI, KUCOIN etc.
There is a templa…
-
Good time of day. How to restrict depth of range in GetKlinesAsync ?
//Создаем клиента
var restClient3 = new HuobiRestClient();
//Задаем интервал
TimeSpan klInterval = new TimeSpan(0, 1, 0); …
-
Users can set stop orders (aka _conditional_ orders, aka _trigger_ orders, aka _algo_ orders) by assigning `params['triggerPrice']`.
When `type='market'` it's a stop market order, and when `type='l…
-
We've noticed that on Huobi Spot market `sell` orders `price` and `average` values always equals to 1, but in `buy` orders results prices are correct.
Looks like it is because of on `ccxt` side `pri…