Skip to content

Files

Latest commit

5ec72c2 · Feb 4, 2021

History

History

anyblock-gasprice

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Chainlink External Adapter for Anyblock Analytics Gas Price

Input Params

  • speed: The speed for gas price to get. Available choices:
    • slow
    • standard (default)
    • fast
    • instant
  • endpoint: The endpoint to use (optional, default: latest-minimum-gasprice)

Output Format

{
  "jobRunID": "1",
  "data": {
    "health": true,
    "blockNumber": 10012565,
    "blockTime": 13.49748743718593,
    "slow": 7.590000233,
    "standard": 8.250000233,
    "fast": 12,
    "instant": 15.4,
    "result": 12000000000
  },
  "result": 12000000000,
  "statusCode": 200
}