Kraken · JSON Structure

Kraken Price Level Structure

PriceLevel schema from Kraken Spot WebSocket API v2

Type: object Properties: 2
CryptocurrencyExchangeTradingMarket DataSpot TradingFuturesDerivativesStakingEarnNFTWebSocketFIXCustodyOTCPrime BrokerageEmbedOAuthPublic APIs

PriceLevel is a JSON Structure definition published by Kraken, describing 2 properties. It conforms to the https://json-structure.org/json-structure/v0/schema meta-schema.

Properties

price qty

Meta-schema: https://json-structure.org/json-structure/v0/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/json-structure/v0/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/kraken/refs/heads/main/json-structure/kraken-price-level-structure.json",
  "name": "PriceLevel",
  "type": "object",
  "description": "PriceLevel schema from Kraken Spot WebSocket API v2",
  "properties": {
    "price": {
      "type": "double",
      "examples": [
        "0.01"
      ]
    },
    "qty": {
      "type": "double",
      "examples": [
        0.01
      ]
    }
  }
}