-
- 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…
-
- OS: Linux Mint
- Programming Language version: Python 3.10
- CCXT version: 1.84.42
```
exchange = ccxt.mexc3()
print(exchange.fetch_markets())
```
```
...
{'id': 'ORBUSDT', 'symbol': 'O…
-
I want to place order to buy AXS. Amount i can afford with my leverage is 0.8, so trying to do
```
leverage = math.floor(exchange.fetch_market_leverage_tiers(coin+self.usdt+":USDT")[0]["maxLeverage"…
-
- OS: MacOS Montrey 12.2.1
- Programming Language version: Python 3.9.5
- CCXT version: 1.76.26
- Exchange: Huobi, FTX, Bybit, Okx
Here, I am trying to download the data from the above-mentione…
-
Hey, there! I'm trying to fetch cross-margin linear-swap trades from Huobi using fetchMyTrades, but I keep getting a TypeError. It seems it has to do with the response having a 'timestamp' set to None…
-
According to the global volume monitor: https://ftx.com/volume-monitor, Huobi derivatives is now the second largest exchange in the world by trade volume. Maybe we should try to get it added soon? wou…
-
- CCXT version: 1.62.5
I observed that the Gate.io implementation just fetches the spot markets by default while other market types have to be loaded via the ```params``` parameter. This is opposed…
-
**Describe the bug**
I am trying to build and run the service with the use of python, below is the log of build and run
**Log**
```
(ccapi_env) macuser@MacBook-Pro binding % sh python-version-uni…
-
What do I need to do to successfully install cryptofeed?
```
C:\Users\Cos\AppData\Local\Programs\Python\Python39\Scripts>python -m pip --version
pip 21.3.1 from C:\Users\Cos\AppData\Local\Program…
-
在 example/huobi_swap/strategy.py 中import alpha/platforms/huobi_swap_trade 的HuobiSwapTrade 类,然后在 example/huobi_swap/strategy.py 的函数 on_event_kline_update(self, kline: Kline) 中调用 HuobiSwapTrade 类的create…