{
  "x402Version": 2,
  "id": 12413,
  "slug": "12413",
  "resource": "https://lab.paidapis.net/api/gas-history-export",
  "description": "Historical data export: raw Ethereum gas price samples over a date range (?from=, ?to=, ISO 8601, max 24h; ?format=json|csv). Priced at $0.0005/sample (min $0.005) — the real row count for your range, not a flat fee.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xf74f2020aC3d73F2Bf5ee0F8Bf635475eA881319",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "5000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "format": "json",
            "from": "",
            "to": ""
          },
          "type": "http"
        },
        "output": {
          "example": {
            "from": "",
            "sampleCount": 0,
            "samples": [],
            "to": ""
          },
          "type": "json"
        }
      },
      "schema": {
        "properties": {
          "input": {
            "properties": {
              "queryParams": {
                "properties": {
                  "format": {
                    "description": "Either \"json\" (default) or \"csv\".",
                    "enum": [
                      "json",
                      "csv"
                    ],
                    "type": "string"
                  },
                  "from": {
                    "description": "ISO 8601 range start.",
                    "type": "string"
                  },
                  "to": {
                    "description": "ISO 8601 range end.",
                    "type": "string"
                  }
                },
                "required": [
                  "from",
                  "to"
                ],
                "type": "object"
              }
            }
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "from": {
                    "type": "string"
                  },
                  "sampleCount": {
                    "type": "integer"
                  },
                  "samples": {
                    "items": {
                      "properties": {
                        "gasPriceGwei": {
                          "type": "number"
                        },
                        "timestamp": {
                          "type": "string"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "to": {
                    "type": "string"
                  }
                },
                "type": "object"
              }
            }
          }
        }
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "lab.paidapis.net",
  "lastUpdated": "2026-09-12T15:29:12.183Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-12T15:29:11.973Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "lab.paidapis.net",
    "manifest_name": "lab.paidapis.net",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}