market.ticker
    WSS

    Endpoint
    wss://api.bitkub.com/websocket-api/market.ticker

    Description

    Real-time ticker data. Re-calculated on every order creation, cancellation, and fulfillment.

    Response

    {
      "stream": "market.ticker.thb_btc",
      "id": 1,
      "last": 2883194.85,
      "lowestAsk": 2883194.9,
      "lowestAskSize": 0.0070947,
      "highestBid": 2881000.31,
      "highestBidSize": 0.00470253,
      "change": 60622.33,
      "percentChange": 2.15,
      "baseVolume": 89.25334259,
      "quoteVolume": 256768588.16,
      "isFrozen": 0,
      "high24hr": 2916959.99,
      "low24hr": 2819009.05,
      "open": 2822572.52,
      "close": 2883194.85
    }

    Field Descriptions

    FieldTypeDescription
    streamstringStream name
    idintSymbol ID
    lastfloatLatest price
    lowestAskfloatLowest asking price
    lowestAskSizefloatAmount of the lowest asking order
    highestBidfloatHighest bidding price
    highestBidSizefloatAmount of the highest bidding order
    changefloatPrice change compared to open
    percentChangefloatPrice change in percent
    baseVolumefloatAmount of crypto traded in 24h
    quoteVolumefloatAmount of fiat traded in 24h
    isFrozenintSymbol trade status (0 = active)
    high24hrfloatHighest price in last 24 hours
    low24hrfloatLowest price in last 24 hours
    openfloatOpen price
    closefloatClose price