Valid asset_pair for Kraken.com

3

Im trying to utilize Kraken's API. I'm looking for a list of supported asset_pair.

Example: query_public('Ticker', {'pair': 'XETHZEUR'}) will return ticker info for ethereum in relation to euros. The asset pair in this example is XETHZEUR.

Does anyone have access to such a list?

Vingtoft

Posted 2017-07-09T18:45:35.600

Reputation: 143

Answers

4

the list is found here: https://api.kraken.com/0/public/AssetPairs

Also here's a list of assets: https://api.kraken.com/0/public/Assets

ztianf

Posted 2017-07-09T18:45:35.600

Reputation: 54