-
- 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…
-
Hi, very greate job on this library, is not easy to manage all. (sorry for my english)
I'm using it for huobi and on spot trading is good, but for the features I'm not find it easy for those reasons:…
-
I've read some old issues whichever I found, and just to confirm, there is not a way to retrieve the url of pair, right? I mean i.e.
`...->getLink('BTC/USDT')`
and if called for binance instance…
-
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"…
-
> _This is a Bisq Network proposal. Please familiarize yourself with the [submission and review process](https://bisq.wiki/Proposals)._
I agree that it goes against BISQ's principles to be on c…
-
- 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…
-
MUST READ THIS BEFORE SUBMITTING ISSUES (read the links, then delete this message before submitting):
- https://github.com/ccxt/ccxt/wiki/FAQ
- https://github.com/ccxt/ccxt/blob/master/CONTRIBUTIN…
-
@glgnohk @bmoscon error in the cryptostore!!!
in redis:
```
127.0.0.1:6379> KEYS '*'
1) "l2_book-HUOBI_DM-ETH190927"
2) "trades-HUOBI_DM-ETH190830"
3) "trades-HUOBI_DM-BTC190830"
4) "tr…
-
测试类是com.huobi.linear.swap.api.TradeAPITest类的swapOrderRequest()方法
//填写申请的API-KEY 和 SECRET
HuobiAPIServiceImpl huobiAPIService = new HuobiAPIServiceImpl("API-KEY", "SECRET");
@Test
public void sw…