This document was generated automatically. Please see README Generator for more info.
| 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 |
There are no rate limits for this adapter.
| Required? | Name | Description | Type | Options | Default |
|---|---|---|---|---|---|
| endpoint | The endpoint to use | string | crypto-v3, deutscheboerse-v11, rwa-v8 | crypto-v3 |
crypto-v3 is the only supported name for this endpoint.
| Required? | Name | Aliases | Description | Type | Options | Default | Depends On | Not Valid With |
|---|---|---|---|---|---|---|---|---|
| ✅ | feedId | The feedId for crypto feed with v3 schema | string |
Request:
{
"data": {
"endpoint": "crypto-v3",
"feedId": "0x000362205e10b3a147d02792eccee483dca6c7b44ecce7012cb8c6e0b68b3ae9"
}
}rwa-v8 is the only supported name for this endpoint.
| Required? | Name | Aliases | Description | Type | Options | Default | Depends On | Not Valid With |
|---|---|---|---|---|---|---|---|---|
| ✅ | feedId | The feedId for RWA feed with v8 schema | string |
Request:
{
"data": {
"endpoint": "rwa-v8",
"feedId": "0x0008707410e2c111fb0e80cab2fa004b215eea2d95b106e700243f9ebcc8fbd9"
}
}deutscheboerse-v11 is the only supported name for this endpoint.
| Required? | Name | Aliases | Description | Type | Options | Default | Depends On | Not Valid With |
|---|---|---|---|---|---|---|---|---|
| ✅ | feedId | The feedId for Deutsche Boerse feed with v11 schema | string |
Request:
{
"data": {
"endpoint": "deutscheboerse-v11",
"feedId": "0x0008707410e2c111fb0e80cab2fa004b215eea2d95b106e700243f9ebcc8fbd9"
}
}MIT License