Skip to content
This repository has been archived by the owner on Feb 16, 2020. It is now read-only.

Fixing use of USDT with kraken #1381

Merged
merged 3 commits into from
Dec 4, 2017
Merged

Fixing use of USDT with kraken #1381

merged 3 commits into from
Dec 4, 2017

Conversation

cmroche
Copy link
Contributor

@cmroche cmroche commented Nov 29, 2017

  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

Bugfix

  • What is the current behavior? (You can also link to an open issue here)

getTicker doesn't respect the proper USDT pair type. Also it turn out that kraken accepts "USDTZUSD" and "USDTUSD" as the pair for the API query strings (always seems to return USDTZUSD though). Still an odd duck, but simplified the bug fix by letting me move it to a more global scope.

  • What is the new behavior (if this is a feature change)?

Fixed that stuff

  • Other information:

We'll still need to validate the return format of getPortfolio since the wallet pairs were again formatted differently from the input pairs, another fix may yet be required for that after testing in live.

Should fix #1350

@askmike
Copy link
Owner

askmike commented Dec 4, 2017

Merging this because #1411 is currently pending.

@askmike askmike merged commit becc485 into askmike:develop Dec 4, 2017
@cmroche cmroche deleted the more_kraken_fixes branch December 5, 2017 00:03
@askmike askmike mentioned this pull request Dec 11, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[request] Adding Kraken Tradepair USD/USDT
2 participants