Skip to content

Latest commit

 

History

History
105 lines (70 loc) · 3.81 KB

File metadata and controls

105 lines (70 loc) · 3.81 KB

DATA_ENGINE

1.1.1 v3

This document was generated automatically. Please see README Generator for more info.

Environment Variables

Required? Name Description Type Options Default
API_ENDPOINT The default REST API base url string https://api.dataengine.chain.link
WS_API_ENDPOINT The default WebSocket API base url string wss://ws.dataengine.chain.link
API_USERNAME Data Engine API key (Authorization) string
API_PASSWORD Data Engine user secret for HMAC string

Data Provider Rate Limits

There are no rate limits for this adapter.


Input Parameters

Required? Name Description Type Options Default
endpoint The endpoint to use string crypto-v3, deutscheboerse-v11, rwa-v8 crypto-v3

Crypto-v3 Endpoint

crypto-v3 is the only supported name for this endpoint.

Input Params

Required? Name Aliases Description Type Options Default Depends On Not Valid With
feedId The feedId for crypto feed with v3 schema string

Example

Request:

{
  "data": {
    "endpoint": "crypto-v3",
    "feedId": "0x000362205e10b3a147d02792eccee483dca6c7b44ecce7012cb8c6e0b68b3ae9"
  }
}

Rwa-v8 Endpoint

rwa-v8 is the only supported name for this endpoint.

Input Params

Required? Name Aliases Description Type Options Default Depends On Not Valid With
feedId The feedId for RWA feed with v8 schema string

Example

Request:

{
  "data": {
    "endpoint": "rwa-v8",
    "feedId": "0x0008707410e2c111fb0e80cab2fa004b215eea2d95b106e700243f9ebcc8fbd9"
  }
}

Deutscheboerse-v11 Endpoint

deutscheboerse-v11 is the only supported name for this endpoint.

Input Params

Required? Name Aliases Description Type Options Default Depends On Not Valid With
feedId The feedId for Deutsche Boerse feed with v11 schema string

Example

Request:

{
  "data": {
    "endpoint": "deutscheboerse-v11",
    "feedId": "0x0008707410e2c111fb0e80cab2fa004b215eea2d95b106e700243f9ebcc8fbd9"
  }
}

MIT License