Lukka · Example Payload

Lukka Reference Data Deprecated Lukka Pair Mappings

CryptoDigital AssetsMarket DataReference DataPricingBlockchainAMLComplianceFinancial ServicesAnalyticsPrediction MarketsMCP

Lukka Reference Data Deprecated Lukka Pair 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": "Binance",
   "entityCode": "BINA",
   "entityType": "Exchange",
   "entityPairCode": "ETHBTC",
   "entityAssetOneCode": "ETH",
   "entityAssetOneName": "Ethereum",
   "entityAssetTwoCode": "BTC",
   "entityAssetOneInternalId": null,
   "entityAssetTwoName": "Bitcoin",
   "lukkaPairCode": "ETH-XBT",
   "lukkaPairInternalId": 116139,
   "entityAssetTwoInternalId": null,
   "entityPricePrecision": 8,
   "entityQuantityPrecision": 8,
   "entityMinimumTickSize": 0,
   "entityMinimumTradeQuantity": 0,
   "entityTradeFeeAssetCode": "BTC",
   "entityTradeFeeAmount": 0.1,
   "entityTradeFeeType": "Percent",
   "lukkaAssetOneId": "LA8VRAGEMT1",
   "lukkaAssetOneInternalId": 10029,
   "lukkaAssetOneCode": "ETH",
   "lukkaAssetOneName": "Ether",
   "lukkaAssetTwoId": "LA6EV2NKQ95",
   "lukkaAssetTwoInternalId": 10007,
   "lukkaAssetTwoCode": "XBT",
   "lukkaAssetTwoName": "Bitcoin",
   "isReversed": false,
   "startTime": "2018-05-03T00:57:49.356Z",
   "endTime": "2021-04-25T10:49:46.889Z"
  },
  {
   "entityName": "Binance",
   "entityCode": "BINA",
   "entityType": "Exchange",
   "entityPairCode": "LTCBTC",
   "entityAssetOneCode": "LTC",
   "entityAssetOneName": "Litecoin",
   "entityAssetTwoCode": "BTC",
   "entityAssetOneInternalId": null,
   "entityAssetTwoName": "Bitcoin",
   "lukkaPairCode": "XLT-XBT",
   "lukkaPairInternalId": 114677,
   "entityAssetTwoInternalId": null,
   "entityPricePrecision": 8,
   "entityQuantityPrecision": 8,
   "entityMinimumTickSize": 0,
   "entityMinimumTradeQuantity": 0,
   "entityTradeFeeAssetCode": "BTC",
   "entityTradeFeeAmount": 0.1,
   "entityTradeFeeType": "Percent",
   "lukkaAssetOneId": "LA58RADHS00",
   "lukkaAssetOneInternalId": 10043,
   "lukkaAssetOneCode": "XLT",
   "lukkaAssetOneName": "Litecoin",
   "lukkaAssetTwoId": "LA6EV2NKQ95",
   "lukkaAssetTwoInternalId": 10007,
   "lukkaAssetTwoCode": "XBT",
   "lukkaAssetTwoName": "Bitcoin",
   "isReversed": false,
   "startTime": "2018-05-03T00:57:49.356Z",
   "endTime": "2021-04-25T10:49:46.859Z"
  },
  {
   "entityName": "Binance",
   "entityCode": "BINA",
   "entityType": "Exchange",
   "entityPairCode": "BNBBTC",
   "entityAssetOneCode": "BNB",
   "entityAssetOneName": "Binance Coin",
   "entityAssetTwoCode": "BTC",
   "entityAssetOneInternalId": null,
   "entityAssetTwoName": "Bitcoin",
   "lukkaPairCode": "BNB-XBT",
   "lukkaPairInternalId": 117575,
   "entityAssetTwoInternalId": null,
   "entityPricePrecision": 8,
   "entityQuantityPrecision": 8,
   "entityMinimumTickSize": 0,
   "entityMinimumTradeQuantity": 0,
   "entityTradeFeeAssetCode": "BTC",
   "entityTradeFeeAmount": 0.0,
   "entityTradeFeeType": "Unit",
   "lukkaAssetOneId": "LA6QAR0HMW5",
   "lukkaAssetOneInternalId": 10184,
   "lukkaAssetOneCode": "BNB",
   "lukkaAssetOneName": "Binance Coin",
   "lukkaAssetTwoId": "LA6EV2NKQ95",
   "lukkaAssetTwoInternalId": 10007,
   "lukkaAssetTwoCode": "XBT",
   "lukkaAssetTwoName": "Bitcoin",
   "isReversed": false,
   "startTime": "2018-07-17T21:54:32.537Z",
   "endTime": "2019-09-19T08:01:51.831Z"
  }
 ],
 "limit": 100,
 "offset": 0,
 "size": 100,
 "links": {
  "base": "/v1/lukka/ref-pairs",
  "next": "/v1/lukka/ref-pairs?includeDeleted=true&entityCode=BINA&limit=100&offset=100",
  "prev": null
 }
}