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

Pairformatter for Kraken needs DASH Edge Case Handling #58

Closed
deepbrook opened this issue Apr 16, 2017 · 0 comments
Closed

Pairformatter for Kraken needs DASH Edge Case Handling #58

deepbrook opened this issue Apr 16, 2017 · 0 comments

Comments

@deepbrook
Copy link
Collaborator

deepbrook commented Apr 16, 2017

With DASH now supported by Kraken, the currently implemented formatter needs a special case handler for this pair, since the currency does not use the prefix X, like other pairs (i.e. DASHEUR is denoted as DASHZEUR instead of XDASHZEUR, which would have been the expected behaviour).

Excerpt from /AssetPairs endpoint:

{ [...]"result": 
{"DASHEUR":{
    "altname":"DASHEUR",
    "aclass_base":"currency",
    "base":"DASH",  # <-- expected format would have been XDASH, as is true for other pairs
    "aclass_quote":"currency",
    "quote":"ZEUR", [...]},
[...]}```
@deepbrook deepbrook changed the title Pairformatter for Kraken needs Edge Case Handling Pairformatter for Kraken needs DASH Edge Case Handling Apr 16, 2017
deepbrook pushed a commit that referenced this issue Apr 16, 2017
deepbrook pushed a commit that referenced this issue Apr 16, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant