Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 386 Bytes

File metadata and controls

20 lines (16 loc) · 386 Bytes

Chainlink External Adapter for conflux

Input Params

  • base, from, or coin: The symbol of the currency to query
  • quote, to, or market: The symbol of the currency to convert to
  • endpoint: Optional endpoint param

Output

{
 "jobRunID": "278c97ffadb54a5bbb93cfec5f7b5503",
 "data": {
  "price": 77777.77,
  "result": 77777.77
 },
 "statusCode": 200
}