Lukka · Example Payload

Lukka Reference Data Deprecated Lukka Asset Mappings

CryptoDigital AssetsMarket DataReference DataPricingBlockchainAMLComplianceFinancial ServicesAnalyticsPrediction MarketsMCP

Lukka Reference Data Deprecated Lukka Asset Mappings 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": [
  {
   "entityName": "Bibox",
   "entityCode": "BIBO",
   "entityType": "Exchange",
   "entityAssetCode": "BIX",
   "entityAssetName": "BIX Token",
   "entityAssetInternalId": null,
   "entityWithdrawalFeeAssetCode": "BIX",
   "entityWithdrawalFeeAmount": 12.0,
   "entityWithdrawalFeeType": "Unit",
   "lukkaAssetId": "LA52E52WCD9",
   "lukkaAssetCode": "BIX",
   "lukkaAssetName": "Bibox Token",
   "lukkaAssetInternalId": 11234,
   "startTime": "2019-09-13T14:15:46.149Z",
   "endTime": null
  },
  {
   "entityName": "Bibox",
   "entityCode": "BIBO",
   "entityType": "Exchange",
   "entityAssetCode": "ETH",
   "entityAssetName": "Ethereum",
   "entityAssetInternalId": null,
   "entityWithdrawalFeeAssetCode": "ETH",
   "entityWithdrawalFeeAmount": 0.009,
   "entityWithdrawalFeeType": "Unit",
   "lukkaAssetId": "LA8VRAGEMT1",
   "lukkaAssetCode": "ETH",
   "lukkaAssetName": "Ether",
   "lukkaAssetInternalId": 10029,
   "startTime": "2019-09-12T21:44:43.999Z",
   "endTime": null
  }
 ],
 "limit": 100,
 "offset": 0,
 "size": 100,
 "links": {
  "base": "/v1/lukka/ref-assets",
  "next": "/v1/lukka/ref-assets?entityCode=BIBO&limit=100&offset=100",
  "prev": null
 }
}