-
## Overview
1. Requester(s): [chain.report - Dr. Florian Lindner]
2. Amount requested in DFI: [115,000 DFI]
3. Receiving address: [df1qslsj2ns99mr02epctezhnxhxxadm6t9sefgnc7]
4. [Reddit discussion…
-
Trying to get huobi futures balance. I have dollars in account, but ccxt doesnt see them
```
huobi_futures = ccxt.huobipro({
"apiKey": config.HUOBI_API_KEY,
"secret": config.HUOBI_SECRET_K…
-
```
huobi_futures = ccxt.huobipro({
"apiKey": config.HUOBI_API_KEY,
"secret": config.HUOBI_SECRET_KEY,
"options" : {'createMarketBuyOrderRequiresPrice' : False,
'defa…
-
Trying to make order to buy cross on Futures
```
huobi_futures = ccxt.huobipro({
"apiKey": config.HUOBI_API_KEY,
"secret": config.HUOBI_SECRET_KEY,
"options" : {'createMarketBuyOrde…
-
Implement the price feeder.
Step 1. Implement integration with the 5 chosen CEXes to collect information on the ADA price
Step 2. Process the ADA prices into one number
Step 3. Integrate with the…
CSVdB updated
2 years ago
-
Hi, imt trying to make future contracts in huobi, i got 7 usdt in my wallet and my code is below:
import ccxt
account_huobi = ccxt.huobi({
"apiKey": 'api',
"secret": 'secret',
'opti…
-
I am creating a futures limit order on the Huobi exchange, but although the price is the same as the price of the limit order I created, the order is waiting under the limit tab, not in positions some…
-
- OS: Mac
- Programming Language version: Python 3.7
- CCXT version: 1.38.9
- Exchange: Binance Futures
Hi, apologies for the stupid question, but I can't find anything via google to help. I'm t…
-
**Summary**
We should also be adding more exchanges to the median calculation.
-
Hi everyone!
Good news, Deribit v2 API is now supported in CCXT 1.23.88+!
A note on this implementation:
Deribit wants a currency code or a symbol for most private methods, even for `fetchBal…