4

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
  • 153
  • 1
  • 4

1 Answers1

5

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
  • 64
  • 3