Current gas market for one chain — bid-ready EIP-1559 fees + USD costs
https://x402.professorsausages.com/gas-oracle/:chainOverview
Current gas market for one chain — bid-ready EIP-1559 fees + USD costs
Protocol
x402
Price
$0.0010
Payment Asset
USD Coin
Payment Network
Base
Category
uncategorized
Provider
x402
Source
bazaar
Indexed
2026-07-19 04:15:11
Health
Status
unknown
Latency (p50)
—
Uptime (30d)
—
Reliability Score
—
Last Checked
Never
Last Healthy
Never
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
—
Asset Verified
—
Facilitator
—
Input Schema
{
"method": "GET",
"type": "http"
}
Output Schema
{
"properties": {
"ageMs": {
"type": "integer"
},
"baseFee": {
"properties": {
"gwei": {
"type": "number"
},
"nextGwei": {
"type": "number"
},
"wei": {
"type": "string"
}
},
"type": "object"
},
"block": {
"type": "integer"
},
"cache": {
"enum": [
"hit",
"miss",
"stale"
],
"type": "string"
},
"chain": {
"type": "string"
},
"chainId": {
"type": "integer"
},
"congestion": {
"type": "object"
},
"fetchedAt": {
"type": "string"
},
"legacyGasPriceGwei": {
"type": "number"
},
"native": {
"description": "Native-token USD price + Chainlink round metadata.",
"type": "object"
},
"priorityFee": {
"description": "Priority-fee percentiles (gwei) over the last 20 blocks.",
"type": "object"
},
"quickCosts": {
"type": "object"
},
"suggested": {
"properties": {
"fast": {
"properties": {
"maxFeePerGas": {
"description": "Fee cap in wei = 2×nextBaseFee + tip (tx-ready).",
"type": "string"
},
"maxPriorityFeePerGas": {
"description": "Tip in wei (tx-ready).",
"type": "string"
}
},
"required": [
"maxPriorityFeePerGas",
"maxFeePerGas"
],
"type": "object"
},
"slow": {
"properties": {
"maxFeePerGas": {
"description": "Fee cap in wei = 2×nextBaseFee + tip (tx-ready).",
"type": "string"
},
"maxPriorityFeePerGas": {
"description": "Tip in wei (tx-ready).",
"type": "string"
}
},
"required": [
"maxPriorityFeePerGas",
"maxFeePerGas"
],
"type": "object"
},
"standard": {
"properties": {
"maxFeePerGas": {
"description": "Fee cap in wei = 2×nextBaseFee + tip (tx-ready).",
"type": "string"
},
"maxPriorityFeePerGas": {
"description": "Tip in wei (tx-ready).",
"type": "string"
}
},
"required": [
"maxPriorityFeePerGas",
"maxFeePerGas"
],
"type": "object"
}
},
"type": "object"
}
},
"required": [
"chain",
"chainId",
"block",
"baseFee",
"priorityFee",
"suggested",
"native"
],
"type": "object"
}