Lukka · Example Payload

Lukka Pricing Get Historical Prices

CryptoDigital AssetsMarket DataReference DataPricingBlockchainAMLComplianceFinancial ServicesAnalyticsPrediction MarketsMCP

Lukka Pricing Get Historical Prices is an example object payload from Lukka, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

pairCodefirstDatelastDatenextPageUrlpricesCountprices

Example Payload

Raw ↑
{
 "pairCode": "XBT-USD",
 "firstDate": "2026-04-20T12:00:00Z",
 "lastDate": "2026-04-20T12:09:00Z",
 "nextPageUrl": "/v1/pricing/sources/2000/prices/pairs/XBT-USD?from=2026-04-20T12%3A10%3A00Z&to=2026-04-20T13%3A00%3A00Z&limit=10",
 "pricesCount": 10,
 "prices": [
  {
   "ts": "2026-04-20T12:00:00Z",
   "price": "75220.66"
  },
  {
   "ts": "2026-04-20T12:01:00Z",
   "price": "75186.78"
  },
  {
   "ts": "2026-04-20T12:02:00Z",
   "price": "75137.49"
  },
  {
   "ts": "2026-04-20T12:03:00Z",
   "price": "75151.02"
  },
  {
   "ts": "2026-04-20T12:04:00Z",
   "price": "75132.49"
  },
  {
   "ts": "2026-04-20T12:05:00Z",
   "price": "75227.41"
  },
  {
   "ts": "2026-04-20T12:06:00Z",
   "price": "75291.91"
  },
  {
   "ts": "2026-04-20T12:07:00Z",
   "price": "75311.03"
  },
  {
   "ts": "2026-04-20T12:08:00Z",
   "price": "75335.02"
  },
  {
   "ts": "2026-04-20T12:09:00Z",
   "price": "75320.39"
  }
 ]
}