-
It looks like get_deposit_list only pulls actual deposits into the whole account... I would like to gather the data for Transfers to and from Main/Trading accounts. Is this possible?
Thanks!
-
In my code:
`console.log(await API.rest.Market.OrderBook.getLevel2_full('BTC-USDT'))`
In console I see `{ code: '404', msg: 'not exist' }`
What should I do?
-
截止到:2021年3月18日
**首先这玩意需要翻墙,不翻墙获取不到数据。**
解决好翻墙问题,配置好
> api_key = ''
> api_secret = ''
> api_passphrase = ''
之后,第一个demo就能够正常获取。
关于第二个demo(Websockets),使用如下代码可以正确运行:
```python
import asyn…
-
Is there a plan to support ruby?
-
I can subscribe to public channels (e.g. '/market/ticker:') but can not get any private channel like '/spotMarket/tradeOrders' to work.
An example call which I think would work:
`feed.subscribe('/…
-
Adding new exchanges is a pretty simple proccess at this point. I will accept requests, but some conditions need to be met.
- The exchange needs to be supported by ccxt.
- If the exchange has a te…
-
Can you add pageSize as a parameter for the endpoints that support it? Or default the API to 500. It takes to long to fetch the data if we use 50 at a time.
-
hey, can you provide me more info about the bot
-
code :
```
marketClient.get_symbol_list(market='REQ-ETH')
```
res :
```
{'code': '200000', 'data': []}
```
-
I can't find any way to set the parameters to expand the ticker list size. I expected to see ALL tickers, since that is the function's name, yet its only showing 14.