OS: MacOS/Ubuntu Programming Language version: Python 2.7.10 CCXT version: 1.17.373 Exchange: All Method: fetchOrderBook Memory increase so fast, and seem never be recycled
@carlosmiei I have additional questions. I created an instance withnew ccxt.pro.binance()and although watchOrderBook is said to be an existing method, it says that fetchOrderBookWs doesn't exist even though it's in the Binance folder of pro. Why is that? I can't see this function inc...
结果1 题目MYMOTHERASKEDMETOFETCHTHEBOOKSWE___FROMTHEBOOKSTORE. A. WEREORDERED B. HADORDERED C. ORDERED D. HASORDERED 相关知识点: 试题来源: 解析 [答案]B [解析]ORDERTHEBOOKS的动作发生在ASKED之前,故用过去完成时态。反馈 收藏
A.take B.bring C.fetch D.carry6.When will you ___ back?A.is B.are C.be D.been7.I did not want to buy the house.Neither ___ I.A.do B.did C.was D.were8.What are you going to do ___ the book?A.with B.at C.on D.of 9.The room was clean and bright and a white...
│ Alpaca │ alpaca │ spot │ missing: fetchL2OrderBook. missing opt: ││ │ │ │ fetchMyTrades, fetchL2OrderBook, fetchTicker, ││ │ │ │ fetchTickers. Optional things are not necessarily required (but will limit certain functionalities) - but either fetchL2OrderBook or fetchTicker ...
However, I found that at least one import function is missing: fetchOrderBook. Is it possible to add this function in CCXT library for the new version? By the way, I can see from web page that CCXT seems already has version of 2.6.58, but using npm install, I can install version ...
exch = getattr(ccxt, 'kucoin'.lower())({'apiKey': apiKey, 'secret': apiSecret}) exch.enableRateLimit = True exch.verbose = True book = exch.fetchOrderBook('QLC/BTC') Response: GET https://api.kucoin.com/v1/market/open/symbols 200 {'Date': 'Wed, 13 Jun 2018 03:03:13 GMT...
add OrderBook code and build reqs setup.cfg bump 3.0.2 Repository files navigation README MIT license topbid Helper library to fetch and store current orderbook top bid/ask price and volume from crypto exchanges APIs. Currently supports Binance, Bybit, Gateio, Kraken, Kucoin and OKX. ...