Last updated on January 1, 1970

1 min read

Method /api/v1/gasprice undefined ()
connect with REST protocol

/api/v1/gasprice

info-circle-fill

Fetch gas price for transaction

Parameters

hash - path

Tranaction hash

Request

curl --location --request GET 'https://ont.getblock.io/mainnet/rest/api/v1/gasprice' 
--header 'x-api-key: YOUR-API-KEY' 
--header 'Content-Type: application/json' 

Response

{
    "Action": "getgasprice",
    "Desc": "SUCCESS",
    "Error": 0,
    "Result": {
        "gasprice": 2500,
        "height": 16248538
    },
    "Version": "1.0.0"
}
banner icon

Start Building with GetBlock RPCs for Free