meld402 Gas Oracle — Multi-Chain Gas Price Feed is a paid API for AI agents from meld402.vercel.app, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).
Returns current gas prices (in wei and gwei) for one or more EVM-compatible chains via a single USDC-paid API call backed by Alchemy.
14 paid data endpoints for autonomous agents and developers. Covers crypto intelligence (token, chain, Solana, gas), markets (FX, market pulse), location (weather), and research (news, brief). Each route aggregates multiple public sources into one stable schema with a single USDC payment over x402 on Base.
A JSON object containing an array of chain entries each with network name, timestamp, gas price in wei, and gas price in gwei; plus metadata including the data generation timestamp, source attribution (Alchemy), and a degraded list indicating any sources that returned partial or no data.
POSThttps://meld402.vercel.app/api/gas/oracleUse this endpoint when you need current gas prices across multiple EVM-compatible chains in a single normalized API call, especially when you want to avoid integrating separately with Alchemy or multiple RPC providers. It is ideal for agents that need to compare gas costs across chains before routing a transaction, or for dashboards that display multi-chain fee data. The unified schema and single USDC micropayment model make it particularly suited for autonomous agent workflows on Base using x402.
| Field | Type | Description |
|---|---|---|
| chains | array | Specific chains to query (eth, polygon, arb, opt, base, etc.) |
{
"type": "json",
"example": {
"data": {
"chains": [
{
"network": "eth",
"timestamp": "2026-08-24T00:00:00.000Z",
"gas_price_wei": "20000000000",
"gas_price_gwei": 20
},
{
"network": "polygon",
"timestamp": "2026-08-24T00:00:00.000Z",
"gas_price_wei": "30000000000",
"gas_price_gwei": 30
},
{
"network": "arb",
"timestamp": "2026-08-24T00:00:00.000Z",
"gas_price_wei": "100000000",
"gas_price_gwei": 0.1
},
{
"network": "opt",
"timestamp": "2026-08-24T00:00:00.000Z",
"gas_price_wei": "50000000",
"gas_price_gwei": 0.05
},
{
"network": "base",
"timestamp": "2026-08-24T00:00:00.000Z",
"gas_price_wei": "20000000",
"gas_price_gwei": 0.02
}
],
"generated_at": "2026-08-24T00:00:00.000Z"
},
"meta": {
"as_of": "2026-08-24T00:00:00.000Z",
"sources": [
"alchemy"
],
"degraded": [],
"attribution": [
"Gas data by Alchemy (alchemy.com)"
]
}
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"