Lukka · Example Payload

Lukka Reference Data Deprecated All Lukka Entities

CryptoDigital AssetsMarket DataReference DataPricingBlockchainAMLComplianceFinancial ServicesAnalyticsPrediction MarketsMCP

Lukka Reference Data Deprecated All Lukka Entities 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": [
  {
   "name": "Kraken",
   "lukkaEntityCode": "KRAK",
   "type": "exchange",
   "jurisdiction": "USA",
   "status": "active",
   "url": "https://www.kraken.com",
   "startTs": "2011-04-03 00:00:00",
   "endTs": null,
   "fiat": [
    "USD",
    "EUR",
    "GBP",
    "JPY",
    "CAD"
   ],
   "amlKycProcess": "y"
  },
  {
   "name": "Bithumb",
   "lukkaEntityCode": "BTHM",
   "type": "exchange",
   "jurisdiction": "South Korea",
   "status": "active",
   "url": "https://www.bithumb.com/",
   "startTs": "2015-06-16 00:00:00",
   "endTs": null,
   "fiat": [
    "KRW"
   ],
   "amlKycProcess": null
  },
  {
   "name": "Liqui",
   "lukkaEntityCode": "LIQU",
   "type": "exchange",
   "jurisdiction": "Ukraine",
   "status": "inactive",
   "url": "https://liqui.io/",
   "startTs": "2017-04-26 00:00:00",
   "endTs": "2019-01-28 00:00:00",
   "fiat": [],
   "amlKycProcess": "y"
  },
  {
   "name": "CoinMarketCap",
   "lukkaEntityCode": "CMCP",
   "type": "pricing service",
   "jurisdiction": "USA",
   "status": "active",
   "url": "https://coinmarketcap.com/",
   "startTs": "2013-06-01 00:00:00",
   "endTs": null,
   "fiat": [],
   "amlKycProcess": null
  }
 ],
 "limit": 4,
 "offset": 0,
 "size": 4,
 "links": {
  "base": "/v1/lukka/entities",
  "next": "/v1/lukka/entities?limit=4&offset=4",
  "prev": null
 }
}