Skip to content

Latest commit

 

History

History
79 lines (55 loc) · 2.23 KB

File metadata and controls

79 lines (55 loc) · 2.23 KB

Chainlink External Adapter for Expert Car Broker

1.3.33 v2

Adapter to get data from Expert Car Broker.

Base URL https://prices.expertcarbroker.workers.dev/

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

Environment Variables

Required? Name Description Type Options Default
API_ENDPOINT string https://prices.expertcarbroker.workers.dev/

Data Provider Rate Limits

There are no rate limits for this adapter.


Input Parameters

Every EA supports base input parameters from this list

Required? Name Description Type Options Default
endpoint The endpoint to use string feed feed

Feed Endpoint

feed is the only supported name for this endpoint.

Input Params

Required? Name Aliases Description Type Options Default Depends On Not Valid With
product The product to query string
feedId The feed ID to use number

Example

Request:

{
  "id": "1",
  "data": {
    "product": "ferrari-f12tdf",
    "feedId": 1,
    "endpoint": "feed"
  },
  "debug": {
    "cacheKey": "N+ZifCh5pNiaCwuYd+LTr8Ge6G4="
  }
}

Response:

{
  "jobRunID": "1",
  "data": {
    "value": 482421,
    "result": 482421
  },
  "result": 482421,
  "statusCode": 200,
  "providerStatusCode": 200
}

MIT License