agent402.tools Cheapest Rail Now is a paid API for AI agents from agent402.tools, paid per call via x402, $0.009/call, status unknown (last checked 2026-09-15).
Returns live gas prices across Ethereum and major L2s side-by-side, Base gas tiers, a fee estimate for a given transaction type, and ETH spot price to help an agent pick the cheapest chain to transact on right now.
Bundled execution of the Cheapest rail right now workflow - Where should an agent transact this minute? Live gas on Ethereum + every major L2 side by side, Base gas tiers, a fee estimate for your transaction type, and ETH spot to price it all in dollars. One x402 payment runs 4 underlying tools (l2-gas-comparison, gas-snapshot, gas-estimate, crypto-price); partial-success per step.
A bundled response containing real-time gas prices for each requested chain, Base-specific gas tiers, a transaction fee estimate in USD/ETH, and the current ETH spot price — enabling direct cost comparison to choose the cheapest chain to transact on.
POSThttps://agent402.tools/api/skill/cheapest-railUse this endpoint when an agent needs to dynamically route an on-chain transaction to whichever network has the lowest gas cost at that moment, or when displaying fee comparisons across Ethereum and L2s to a user before they sign a transaction. Prefer this over manual RPC polling when you need a single bundled view of gas + ETH price across multiple chains simultaneously.
| Field | Type | Description |
|---|---|---|
| networks | string | Comma-separated chains to compare (default: ethereum,base,arbitrum,optimism,polygon) |
{
"type": "json",
"example": {
"args": {
"networks": "ethereum,base,arbitrum,optimism,polygon"
},
"pack": "cheapest-rail",
"steps": [
{
"ok": true,
"slug": "l2-gas-comparison",
"result": {}
},
{
"ok": true,
"slug": "gas-snapshot",
"result": {}
},
{
"ok": true,
"slug": "gas-estimate",
"result": {}
},
{
"ok": true,
"slug": "crypto-price",
"result": {}
}
],
"summary": "4/4 steps succeeded"
}
}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"