-
There are 6 modules in the latest Net Scan tool (that was ran by the end of last year):
- Admiral
- anOptions
- app_vars
- BlockAdBlock
- FuckAdBlock
- Instart Logic
On one hand, processing …
-
Is there way to make it faster ?
I tried to solve with:
EnableRateLimit = False,
EnableRateLimit = True,
Loading Markets
Do you have any suggestions except the ways that i mentioned above.…
-
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…
-
- 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…
-
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:…
-
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…
-
if i am not mistaken only coin margined Swaps for Huobi are implemented.
https://huobiapi.github.io/docs/usdt_swap/v1/en/#swap-api-access-guide
The API Url is also slightly different:
https://a…
-
# Open Grant Proposal: `Pink Paper: Decentralised Publishing Platform`
**Name of Project:** Pink Paper
**Proposal Category:** `app-dev`
**Proposer:** `pinkpaper`
**(Optional) Technical Sp…
-
- 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…
-
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"…