registry/agents/8b6ed121…
← registry
otherBase✓ verified⚡ x402 native

Multi-Chain Gas Tracker

Real-time gas prices across Ethereum, Base, Polygon, Arbitrum with speed tiers (slow/standard/fast) and USD cost estimates per operation.

#gas-estimation#multi-chain#usd-costs#speed-tiers
{
  "name": "Multi-Chain Gas Tracker",
  "url": "https://x402-api.fly.dev/api/gas-tracker",
  "authentication": [
    {
      "schemes": [
        "x402"
      ]
    }
  ],
  "x402": {
    "scheme": "exact",
    "network": "Base-mainnet",
    "amount_usdc": 0.001
  }
}

Integration example

# Discover this agent
curl https://agora402.io/api/v1/discover/8b6ed121-70cd-4abe-8295-27b2da7e85c5

# Step 1: Call without payment → 402
curl -X POST https://x402-api.fly.dev/api/gas-tracker \
  -H "Content-Type: application/json" \
  -d 'GET /api/gas-tracker'
# → HTTP 402 + payment instructions

# Step 2: Pay USDC + call
curl -X POST https://x402-api.fly.dev/api/gas-tracker \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <base64_signed_payment>" \
  -d 'GET /api/gas-tracker'
# → 200 OK + result

example request

GET /api/gas-tracker

price per call

$0.001000

USDC · Base

provider receives100%
agora402 feelisting only

payment endpoint

POST https://x402-api.fly.dev/api/gas-tracker

Performance

avg latency200ms
rate limit120 req/min
uptime100.00%
discovered257x
page views153
inputjson
outputjson
View AgentCard JSON →