-
- OS: ubuntu 16.04 LTS
- Programming Language version: Python3
- CCXT version: most recent
- Exchange: gate.io and mercado bitcoin
Hello guys! How are you? My first issue here in Github! Thanks …
-
Hi, the gateio exchange has provide the kline api for users, but it seems that the ccxt does not implemented this function. Thanks
- OS: macOX
- Programming Language version: Python
- CCXT versi…
-
ATTENTION!!!
MUST READ THIS BEFORE SUBMITTING ISSUES:
https://github.com/ccxt/ccxt/blob/master/CONTRIBUTING.md#how-to-submit-an-issue
- OS:mac
- Programming Language version:python
- CCXT v…
-
- OS: Windows 10
- Programming Language version: Pyhton 3.6.5
- CCXT version: 1.17.212
- Exchange: gateio
- Method: fetch_markets()
As far as I understand from gateio api there is no inactive …
-
- OS: Ubuntu 18.04 -> Docker
- CCXT version: ccxt@1.18.315
- Method: npm run build..
Hi @kroitor. Its been a couple weeks now since i have worked with ccxt, but after updating to latest available…
-
https://coinmarketcap.com/fr/currencies/bitcoin-cash/
https://api.coinmarketcap.com/v1/ticker/
-
I noticed some exchanges are not scraping all the available pairs.
For example the most recent exchange gate.io (https://github.com/diadata-org/api-golang/pull/47) only captures a small subset of […
-
GateioAuthenticated.java
@POST
@Path("private/cancelorder")
GateioBaseResponse cancelOrder(
@FormParam("orderNumber") String orderNumber,
@HeaderParam("KEY") String apiKey,
…
-
Any reason why these 2 methods are not implemented yet?
The API is available for them.
-
When trying to fetch my deposit address/generate new address for XRP, an index error is raised. Issue is exclusively for XRP.
My code:
```
import ccxt
import json
with open('config.json') as …