Lukka · Example Payload

Lukka Derivatives Get Composite Funding Rates By Paircodes

CryptoDigital AssetsMarket DataReference DataPricingBlockchainAMLComplianceFinancial ServicesAnalyticsPrediction MarketsMCP

Lukka Derivatives Get Composite Funding Rates By Paircodes is an example object payload from Lukka, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

dataTypetscountdata

Example Payload

Raw ↑
{
 "dataType": "composite-funding-rates",
 "ts": "2026-04-22T15:39:00.000Z",
 "count": 1,
 "data": [
  {
   "pairCode": "XBT-USDT",
   "compositeRate": "0.0353",
   "minRate": "0.0308",
   "maxRate": "0.0398",
   "medianRate": "0.0353",
   "meanRate": "0.0353",
   "depth": 2,
   "calcInputs": [
    {
     "sourceId": 4005,
     "entityCode": "BINA",
     "yearlyRate": "0.0398"
    },
    {
     "sourceId": 4015,
     "entityCode": "BYBT",
     "yearlyRate": "0.0308"
    }
   ]
  }
 ]
}