Gas Estimator Platform API
A Real-time ETH & BSC Gas Estimator for trading bots and DApps. Predict precise gas prices for the next block. The no-brainer necessity for seamless on-chain performance.
Last updated
A Real-time ETH & BSC Gas Estimator for trading bots and DApps. Predict precise gas prices for the next block. The no-brainer necessity for seamless on-chain performance.
Last updated
curl -X GET 'https://gasapi.mempoolnode.com/ethGasEstimator' -H 'Authorization: Bearer <your-api-key-here>'{
"unit": "gwei",
"last_blocknumber": 17762404,
"last_blocknumber_time": 1690194947,
"pending_blocknumber": 17762405,
"baseFeePerGas": 27557585893,
"expected_gasprice": [
{
"block": "pending",
"gasPrice": [
{
"percent": 70,
"priorityFeePerGas": 513031648,
"maxFeePerGas": 28070617541
},
{
"percent": 80,
"priorityFeePerGas": 732904128,
"maxFeePerGas": 28290490021
},
{
"percent": 90,
"priorityFeePerGas": 795091584,
"maxFeePerGas": 28352677477
},
{
"percent": 95,
"priorityFeePerGas": 1116344576,
"maxFeePerGas": 28673930469
},
{
"percent": 99,
"priorityFeePerGas": 2454116864,
"maxFeePerGas": 30011702757
}
]
},
{
"block": "pending+1",
"gasPrice": [
{
"percent": 70,
"priorityFeePerGas": 576127232,
"maxFeePerGas": 28133713125
},
{
"percent": 80,
"priorityFeePerGas": 608016704,
"maxFeePerGas": 28165602597
},
{
"percent": 90,
"priorityFeePerGas": 870244224,
"maxFeePerGas": 28427830117
},
{
"percent": 95,
"priorityFeePerGas": 1013630464,
"maxFeePerGas": 28571216357
},
{
"percent": 99,
"priorityFeePerGas": 2250716416,
"maxFeePerGas": 29808302309
}
]
},
{
"block": "pending+2",
"gasPrice": [
{
"percent": 70,
"priorityFeePerGas": 507536544,
"maxFeePerGas": 28065122437
},
{
"percent": 80,
"priorityFeePerGas": 619043264,
"maxFeePerGas": 28176629157
},
{
"percent": 90,
"priorityFeePerGas": 824116608,
"maxFeePerGas": 28381702501
},
{
"percent": 95,
"priorityFeePerGas": 1008242304,
"maxFeePerGas": 28565828197
},
{
"percent": 99,
"priorityFeePerGas": 2249058816,
"maxFeePerGas": 29806644709
}
]
},
{
"block": "pending+3",
"gasPrice": [
{
"percent": 70,
"priorityFeePerGas": 485718144,
"maxFeePerGas": 28043304037
},
{
"percent": 80,
"priorityFeePerGas": 561420736,
"maxFeePerGas": 28119006629
},
{
"percent": 90,
"priorityFeePerGas": 772132480,
"maxFeePerGas": 28329718373
},
{
"percent": 95,
"priorityFeePerGas": 947171264,
"maxFeePerGas": 28504757157
},
{
"percent": 99,
"priorityFeePerGas": 2189099776,
"maxFeePerGas": 29746685669
}
]
},
{
"block": "pending+4",
"gasPrice": [
{
"percent": 70,
"priorityFeePerGas": 485143936,
"maxFeePerGas": 28042729829
},
{
"percent": 80,
"priorityFeePerGas": 572721728,
"maxFeePerGas": 28130307621
},
{
"percent": 90,
"priorityFeePerGas": 776616960,
"maxFeePerGas": 28334202853
},
{
"percent": 95,
"priorityFeePerGas": 952743488,
"maxFeePerGas": 28510329381
},
{
"percent": 99,
"priorityFeePerGas": 2187988992,
"maxFeePerGas": 29745574885
}
]
}
]
}