Lukka · Example Payload

Lukka Reference Data Deprecated Lukka Crypto Actions

CryptoDigital AssetsMarket DataReference DataPricingBlockchainAMLComplianceFinancial ServicesAnalyticsPrediction MarketsMCP

Lukka Reference Data Deprecated Lukka Crypto Actions is an example object payload from Lukka, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

datalimitoffsetsizelinks

Example Payload

Raw ↑
{
 "data": [
  {
   "event": "Name Change",
   "eventTime": null,
   "oldLukkaId": "LA4T6QCC611",
   "oldWhitepaperAssetCode": "BUS",
   "oldWhitepaperAssetName": "BTU Support",
   "oldBlockchain": null,
   "oldContractAddress": null,
   "newLukkaId": "LA4T6QCC611",
   "newWhitepaperAssetCode": "BUS",
   "newWhitepaperAssetName": "Bitcoin Unlimited Support",
   "newBlockchain": null,
   "newContractAddress": null,
   "newSplitMultiplier": null,
   "eventDetails": null
  },
  {
   "event": "Asset Swap",
   "eventTime": null,
   "oldLukkaId": "LA37C925373",
   "oldWhitepaperAssetCode": "APIS",
   "oldWhitepaperAssetName": "APIS",
   "oldBlockchain": null,
   "oldContractAddress": null,
   "newLukkaId": "LA2W3K7SNX9",
   "newWhitepaperAssetCode": "APIX",
   "newWhitepaperAssetName": "APIX",
   "newBlockchain": null,
   "newContractAddress": null,
   "newSplitMultiplier": 0.01,
   "eventDetails": null
  },
  {
   "event": "Blockchain Migration",
   "eventTime": null,
   "oldLukkaId": "LA1BX58PPZ7",
   "oldWhitepaperAssetCode": "MEDX",
   "oldWhitepaperAssetName": "MediBloc",
   "oldBlockchain": "ERC20",
   "oldContractAddress": null,
   "newLukkaId": "LA8ZWA13L82",
   "newWhitepaperAssetCode": "MEDB",
   "newWhitepaperAssetName": "MediBloc [Panacea]",
   "newBlockchain": "Panacea",
   "newContractAddress": null,
   "newSplitMultiplier": 0.5,
   "eventDetails": null
  },
  {
   "event": "Hard Fork",
   "eventTime": null,
   "oldLukkaId": "LA4TKP4Q8H4",
   "oldWhitepaperAssetCode": "DASC",
   "oldWhitepaperAssetName": "DasCoin",
   "oldBlockchain": null,
   "oldContractAddress": null,
   "newLukkaId": "LA1BUTBD5C6",
   "newWhitepaperAssetCode": "GRP",
   "newWhitepaperAssetName": "GreenPower",
   "newBlockchain": null,
   "newContractAddress": null,
   "newSplitMultiplier": null,
   "eventDetails": null
  },
  {
   "event": "Contract Migration",
   "eventTime": null,
   "oldLukkaId": "LA47Y9PUK43",
   "oldWhitepaperAssetCode": "YAMv2",
   "oldWhitepaperAssetName": "YAMv2",
   "oldBlockchain": null,
   "oldContractAddress": "0xaba8cac6866b83ae4eec97dd07ed254282f6ad8a",
   "newLukkaId": "LA3TTQUP5T9",
   "newWhitepaperAssetCode": "YAMv3",
   "newWhitepaperAssetName": "YAMv3",
   "newBlockchain": null,
   "newContractAddress": "0x0aacfbec6a24756c20d41914f2caba817c0d8521",
   "newSplitMultiplier": 2.5,
   "eventDetails": "https://docs.yam.finance/faq#how-does-yamv2-to-yam-migration-work"
  }
 ],
 "limit": 100,
 "offset": 0,
 "size": 100,
 "links": {
  "base": "/v1/lukka/assets/crypto-actions",
  "next": "/v1/lukka/assets/crypto-actions?event=&limit=100&offset=100",
  "prev": null
 }
}