[Kraken] CurrencyPair misspelled CHE/UR -->BCH/EUR
See original GitHub issue`private static void generic(Exchange krakenExchange) throws IOException {
// Interested in the private trading functionality (authentication)
TradeService tradeService = krakenExchange.getTradeService();
// Get the trade history
Trades trades = tradeService.getTradeHistory(tradeService.createTradeHistoryParams());
List<Trade> tradeHistory = trades.getTrades();
for (Trade t : tradeHistory) {
System.out.println(t.getCurrencyPair().toString();}
}`
In this case of a trade with Currency Pair is “BCH/EUR” the system will return “CHE/UR” (currencyPair=CHE/UR - printing the whole Trade Objst) - same happen printing the whole Trade object for the " feeCurrency=‘UR’" - There is no get method for feeAmount and feeCurrency.
To be noticed that the currecnyPair si recognised while getting open orders instead (currencyPair=BCH/EUR) - even if it is not defined among the available CurrencyPair (e.g. CurrencyPair.XRP_EUR).
Thanks for your help!
Issue Analytics
- State:
- Created 6 years ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
How to change the currency pair - Kraken Support
You can select a new currency pair from the drop-down menu located in the upper left corner of any page on your account....
Read more >BCHEUR | Bitcoin Cash EUR Overview - MarketWatch
BCHEUR | A complete Bitcoin Cash EUR cryptocurrency overview by MarketWatch. View the latest cryptocurrency news, crypto prices and market data.
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 FreeTop 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
Top GitHub Comments
FYI, here’s info on the release schedule.
https://github.com/timmolter/XChange/wiki/Frequently-Asked-Questions
Note: latest snapshot code (develop branch) is more up to date than the latest release (on Maven central).