ChainRay Gas Fee Prediction is a paid API for AI agents from chainray.online, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).
Returns predicted gas fees for a specified blockchain network
The most complete blockchain data and intelligence service for AI agents. 93 endpoints across 46 chains, from gas fees to DeFi analytics, with real-time streams, intent routing, and verifiable proofs. Pay-per-request via x402.
Returns predicted gas fee data for the requested blockchain network, including current gas price estimates that an agent can use to decide whether to proceed with a transaction or optimize timing.
GEThttps://chainray.online/predict/gasUse this endpoint when an AI agent needs real-time or predicted gas fee data for a specific blockchain before submitting or recommending a transaction. It covers 46 chains including Base, Ethereum, and Polygon, making it ideal for multi-chain applications. Prefer this over generic RPC calls when you need prediction (not just current) data and want a simple pay-per-request model without subscription overhead.
{
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"chain": "ethereum"
}
}
}| Field | Type | Description |
|---|---|---|
| inputrequired | object |
{
"type": "gas-prediction",
"chain": "ethereum",
"model": "ema-trend-v1",
"trend": "insufficient_data",
"_proof": {
"chain": "ethereum",
"dataHash": "81f09dc136ea044624d1c9f5f8ce2001b0560c6b4463bcc907a1d8badb0e9d12",
"blockHash": "0xe63db22ab7b7414f07841042cecdab522fa86a1b8171ab458f5f0376e9d5178f",
"chainName": "Ethereum",
"blockNumber": 25342560,
"proofVersion": "3.0",
"blockTimestamp": 1781762951,
"proofTimestamp": 1781762962965
},
"current": {
"baseFee": 10
},
"timestamp": 1781762962920,
"dataPoints": 1,
"prediction": {
"next1hr": {
"low": 9,
"high": 12,
"median": 10,
"confidence": 0.32
},
"next5min": {
"low": 10,
"high": 11,
"median": 10,
"confidence": 0.52
}
},
"volatility": 0,
"recommendation": "Stable — execute when ready",
"historySpanSeconds": 0
}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"