Cryptopia fetchOrders requires a symbol param
See original GitHub issueIs the following message the result of a bug or is there a suggested way to work around it? (it works for other exchanges like Poloniex and Bittrex)
(node:2040) UnhandledPromiseRejectionWarning: Error: cryptopia fetchOrders requires a symbol param
- OS: Linux
- Programming Language: JS
- CCXT version: 1.10.492
- Exchange: Cryptopia
- Method: fetchOrders
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
ccxt Documentation - Read the Docs
The ccxt library currently supports the following cryptocurrency exchange markets and trading APIs: country / region logo.
Read more >python / - ccxt / - async_support - Program Talk
cryptopia.py ... self.options['fetchOrdersRequiresSymbol']: if symbol is None: raise ArgumentsRequired(self.id + ' fetchOrders requires a symbol argument') ...
Read more >CCXT-REST API Documentation
APIs that manage creation / deletion / retrieving of exchange connections. Most Public Data APIs by most exchanges can be used without providing...
Read more >Update for Cryptopia Claimants & Common Portal Errors 16 ...
Process, Details. 1. Claims registration, Allows the registration of account holders' details and to make claims for their account balances.
Read more >▷ Download the PHP library dav-knafo/ccxt +++ One click!
Do I need to create a project on this site? ... You will have to sign up and create API keys on their...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
So what I ended up doing is working around it like this:
fetch_balance()
,exchange.load_markets()
andexchange.symbols
,The downside of this is of course that if I have an order for a currency that I don’t already hold, this will miss it 😦. That’s too bad because the exchange does show all of them.
Here’s some of my code for this:
Yes, of course, made a typo… my bad.
Working on it. 😉