Lukka · Example Payload

Lukka Spot Get Candles By Exchange Source Spot

CryptoDigital AssetsMarket DataReference DataPricingBlockchainAMLComplianceFinancial ServicesAnalyticsPrediction MarketsMCP

Lukka Spot Get Candles By Exchange Source Spot is an example object payload from Lukka, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

sourceIdpairCodedataTypefirstDatelastDatecountunitsdata

Example Payload

Raw ↑
{
 "sourceId": 4002,
 "pairCode": "XBT-USD",
 "dataType": "candles",
 "firstDate": "2026-04-20T00:00:00Z",
 "lastDate": "2026-04-20T02:00:00Z",
 "count": 3,
 "units": "native",
 "data": [
  {
   "tradeCount": 33869,
   "volume": "321.44644993",
   "openPrice": "73824.88",
   "highPrice": "74388.84",
   "lowPrice": "73741.53",
   "closePrice": "74305.3",
   "ts": "2026-04-20T00:00:00Z"
  },
  {
   "tradeCount": 30203,
   "volume": "317.84694602",
   "openPrice": "74305.3",
   "highPrice": "74781.95",
   "lowPrice": "74238.84",
   "closePrice": "74621.43",
   "ts": "2026-04-20T01:00:00Z"
  },
  {
   "tradeCount": 21208,
   "volume": "179.9829148",
   "openPrice": "74621.43",
   "highPrice": "74661.45",
   "lowPrice": "74334.01",
   "closePrice": "74439.9",
   "ts": "2026-04-20T02:00:00Z"
  }
 ]
}