Skip to main content

Get Ticker Information

GET 

/public/Ticker

Get ticker information for all or requested markets. To clarify usage, note that

  • Today's prices start at midnight UTC
  • Leaving the pair parameter blank will return tickers for all tradeable assets on Kraken

Request

Query Parameters

    pair string

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

    Example: XBTUSD

Responses

Ticker info retrieved.

Schema
    result object
    property name* AssetTickerInfo

    Asset Ticker Info

    a string[]

    Ask [<price>, <whole lot volume>, <lot volume>]

    b string[]

    Bid [<price>, <whole lot volume>, <lot volume>]

    c string[]

    Last trade closed [<price>, <lot volume>]

    v string[]

    Volume [<today>, <last 24 hours>]

    p string[]

    Volume weighted average price [<today>, <last 24 hours>]

    t integer[]

    Number of trades [<today>, <last 24 hours>]

    l string[]

    Low [<today>, <last 24 hours>]

    h string[]

    High [<today>, <last 24 hours>]

    o string

    Today's opening price

    error string[]
Loading...