Skip to main content
GET
Get Ticker Information

Query Parameters

pair
string

Asset pair to get data for (optional, default: all tradeable exchange pairs)

assetVersion
enum<integer>

Controls whether response keys and asset identifier fields use Kraken's internal names or display names.

  • Omitted (default): internal names are used. Asset keys use legacy X/Z-prefixed format (XXBT, ZUSD). Pair keys use the internal format (XXBTZUSD). Asset identifier fields (base, quote, fee_volume_currency) also use internal names.
  • assetVersion=1: display names are used. Asset keys become their canonical display names (BTC, USD). Pair keys become the slash-separated display format (BTC/USD). On /public/AssetPairs, the base, quote, and fee_volume_currency fields also switch to display names.

Only assetVersion=1 is currently supported. The altname and wsname fields are not affected by this parameter.

Available options:
1
asset_class
enum<string>
default:forex

This parameter is required on requests for tokenized pairs, i.e. xstocks. If asset_class is provided without the pair parameter, all pairs for that asset class will be returned.

Available options:
tokenized_asset,
forex

Response

200 - application/json

Ticker info retrieved.

result
object
error
string[]

Kraken API error