question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Poloniex fetch all open orders

See original GitHub issue
  File "/usr/local/lib/python3.6/site-packages/ccxt/async/poloniex.py", line 448, in fetch_open_orders
    orders = await self.fetch_orders(symbol, params)

  File "/usr/local/lib/python3.6/site-packages/ccxt/async/poloniex.py", line 392, in fetch_orders
    market = self.market(symbol)

  File "/usr/local/lib/python3.6/site-packages/ccxt/base/exchange.py", line 838, in market
    raise ExchangeError(self.id + ' does not have market symbol ' + str(symbol))

ccxt.base.errors.ExchangeError: poloniex does not have market symbol None

I’d like for poloniex to return all open orders when I pass None as symbol. Roughly this: await self.exchange.private_post_returnopenorders({"currencyPair":"all"}), just unified.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
davidpodrebaraccommented, Nov 7, 2017

It works. Thanks! 😃

1reaction
kroitorcommented, Nov 7, 2017

@davidpodrebarac please try 1.10.12, should be resolved completely (as seen from our side). Thx!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Open Orders Explained - Poloniex Support
Orders remain open if they have not yet been fulfilled. When you set a buy order for a certain quantity of an asset...
Read more >
Introduction – Poloniex New Trade System Spot API Reference
The public HTTP API allows read access to public market data. All methods take HTTP GET requests and return output in JSON format....
Read more >
Poloniex Futures API Documentation: General
To get started with your Poloniex Futures API please create an API key within your account Settings ... Cancel all open orders (excluding...
Read more >
How to Trade - Poloniex Support
Orders can remain open indefinitely. You can find all of your open orders for the selected trading pair at the bottom of the...
Read more >
About Margin Trading - Poloniex
When you place a margin order, all of the money you are using is borrowed from other users ... When you borrow funds...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found