{
  "x402Version": 2,
  "id": 3008,
  "slug": "3008",
  "resource": "https://entropy.rip/api/financial/gas",
  "description": "Fetch live gas price estimations and base fees for EVM chains",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x4293f75E69b22Ee68AfA0F464dE86E5CD80BED75",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 60
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "chain": "base"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "base_fee_gwei": 0.05,
            "chain": "base",
            "gas_price_gwei": 1,
            "gas_price_wei": "1000000000",
            "priority_fee_gwei": 0.95,
            "timestamp": "2026-07-15T13:30:00Z"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "description": "input",
            "properties": {
              "method": {
                "description": "method",
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "description": "queryParams",
                "properties": {
                  "chain": {
                    "description": "Target blockchain network",
                    "enum": [
                      "base",
                      "ethereum"
                    ],
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": {
                "const": "http",
                "description": "type",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "description": "output",
            "properties": {
              "example": {
                "description": "example",
                "type": "object"
              },
              "type": {
                "description": "type",
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "entropy.rip",
  "lastUpdated": "2026-09-15T19:53:26.649Z",
  "quality": {
    "calls30d": 5,
    "uniquePayers30d": 5,
    "lastCalledAt": "2026-09-15T19:53:26.363Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "entropy.rip",
    "manifest_name": "entropy.rip",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}