Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 791 Bytes

File metadata and controls

35 lines (28 loc) · 791 Bytes

Chainlink External Adapter for Deribit

Input Params

Required? Name Description Options Defaults to
base, from, or coin The symbol of the currency to query

Sample Input

{
  "id": "1",
  "data": {
    "base": "ETH"
  }
}

Sample Output

{
  "jobRunID": "1",
  "result": 66.5046281503906,
  "statusCode": 200,
  "data": {
    "result": 66.5046281503906
  }
}