WazirX · Example Payload

Ticker 24Hr Response

CryptocurrencyExchangeTradingINRIndiaBitcoinWebSocketMarket Data

Ticker 24Hr Response is an example object payload from WazirX, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

symbolbaseAssetquoteAssetopenPricelowPricehighPricelastPricevolumebidPriceaskPriceat

Example Payload

Raw ↑
{
  "symbol": "btcinr",
  "baseAsset": "btc",
  "quoteAsset": "inr",
  "openPrice": "3750000.0",
  "lowPrice": "3700000.0",
  "highPrice": "3800000.0",
  "lastPrice": "3765000.0",
  "volume": "1.23456",
  "bidPrice": "3764000.0",
  "askPrice": "3766000.0",
  "at": 1641463132
}