Dear Team, I hope you are doing well. I encountered an issue while using thefetch_open_ordersmethod. Even when I setstop: Falsein theparams, the method still fails to retrieve regular limit orders and only returns trigger orders. It seems that regardless of whether thestopparameter is set,...
fetch_open_orders ---code: exchange = ccxt.okex({ 'apiKey': '', 'secret': '', 'enableRateLimit': True, }) exchange.proxies = {"http": "socks5h://127.0.0.1:1080", "https": "socks5h://127.0.0.1:1080"} #1:开多 2:开空 3:平多 4:平空 ...
OS: Linux Mint Programming Language version: Python 3.10 CCXT version: 1.82.19 exchange = ccxt.wavesexchange({...}) exchange.fetch_open_orders() Traceback (most recent call last): ... exchange.fetch_open_orders() File "/home/xyz/.local/l...
A JavaScript / TypeScript / Python / C# / PHP cryptocurrency trading API with support for more than 100 bitcoin/altcoin exchanges - fix(poloniex): fetchOpenOrders by carlosmiei · Pull Request #23392 · ccxt/ccxt
OS: MacOS 10.14.5 Programming Language version: Nodejs 10.15.3 CCXT version: 1.18.828 Exchange: huobipro Method: fetchOpenOrders It looks like that the endpoint https://api.huobi.pro/v1/order/history is being called with a query paramete...
CCXT version: 1.18.183 Exchange: bitstamp Method: fetchOpenOrders When I call fetchOpenOrders() it returns objects with undefined symbol and fee: [ { id: '2814205012', datetime: '2019-01-31T21:23:36.000Z', timestamp: 1548969816000, lastT...