{
  "x402Version": 2,
  "id": 5261,
  "slug": "5261",
  "resource": "https://x402stock.xyz/api/v1/energy",
  "description": "Every energy benchmark in one call: WTI and Brent crude oil spot, Henry Hub natural gas spot, and US regular retail gasoline — each with its latest price, prior reading, and change. The catalog's commodities feed (no equity/forex/crypto endpoint carries these). For one benchmark with history use /api/v1/energy/{product}. Source: U.S. Energy Information Administration (EIA). From x402stock",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "20000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {},
          "type": "http"
        },
        "output": {
          "example": {
            "as_of": "2026-06-01T00:00:00.000Z",
            "attribution": "Source: U.S. Energy Information Administration (EIA)",
            "products": [
              {
                "change": 4.8,
                "change_percent": 5.27,
                "eia_units": "$/BBL",
                "frequency": "daily",
                "latest": {
                  "date": "2026-06-01",
                  "value": 95.96
                },
                "name": "WTI Crude Oil — Cushing, OK Spot Price FOB",
                "prior": {
                  "date": "2026-05-29",
                  "value": 91.16
                },
                "product": "wti",
                "series_id": "RWTC",
                "unit": "usd_per_barrel"
              },
              {
                "change": -0.27,
                "change_percent": -8.08,
                "eia_units": "$/MMBTU",
                "frequency": "daily",
                "latest": {
                  "date": "2026-06-01",
                  "value": 3.07
                },
                "name": "Henry Hub Natural Gas Spot Price",
                "prior": {
                  "date": "2026-05-29",
                  "value": 3.34
                },
                "product": "natural-gas",
                "series_id": "RNGWHHD",
                "unit": "usd_per_mmbtu"
              }
            ],
            "series": "energy_prices",
            "source": "eia"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET",
                  "HEAD",
                  "DELETE"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {},
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "$schema": "https://json-schema.org/draft/2020-12/schema",
                "additionalProperties": false,
                "properties": {
                  "as_of": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ]
                  },
                  "attribution": {
                    "type": "string"
                  },
                  "products": {
                    "items": {
                      "additionalProperties": false,
                      "properties": {
                        "change": {
                          "anyOf": [
                            {
                              "type": "number"
                            },
                            {
                              "type": "null"
                            }
                          ]
                        },
                        "change_percent": {
                          "anyOf": [
                            {
                              "type": "number"
                            },
                            {
                              "type": "null"
                            }
                          ]
                        },
                        "eia_units": {
                          "anyOf": [
                            {
                              "type": "string"
                            },
                            {
                              "type": "null"
                            }
                          ]
                        },
                        "frequency": {
                          "type": "string"
                        },
                        "latest": {
                          "anyOf": [
                            {
                              "additionalProperties": false,
                              "properties": {
                                "date": {
                                  "type": "string"
                                },
                                "value": {
                                  "type": "number"
                                }
                              },
                              "required": [
                                "date",
                                "value"
                              ],
                              "type": "object"
                            },
                            {
                              "type": "null"
                            }
                          ]
                        },
                        "name": {
                          "type": "string"
                        },
                        "prior": {
                          "anyOf": [
                            {
                              "additionalProperties": false,
                              "properties": {
                                "date": {
                                  "type": "string"
                                },
                                "value": {
                                  "type": "number"
                                }
                              },
                              "required": [
                                "date",
                                "value"
                              ],
                              "type": "object"
                            },
                            {
                              "type": "null"
                            }
                          ]
                        },
                        "product": {
                          "type": "string"
                        },
                        "series_id": {
                          "type": "string"
                        },
                        "unit": {
                          "type": "string"
                        }
                      },
                      "required": [
                        "product",
                        "series_id",
                        "name",
                        "unit",
                        "eia_units",
                        "frequency",
                        "latest",
                        "prior",
                        "change",
                        "change_percent"
                      ],
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "series": {
                    "type": "string"
                  },
                  "source": {
                    "const": "eia",
                    "type": "string"
                  }
                },
                "required": [
                  "source",
                  "as_of",
                  "series",
                  "products",
                  "attribution"
                ],
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "x402stock.xyz",
  "lastUpdated": "2026-09-14T19:00:42.61Z",
  "quality": {
    "calls30d": 3,
    "uniquePayers30d": 2,
    "lastCalledAt": "2026-09-14T19:00:42.345Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "x402stock.xyz",
    "manifest_name": "x402stock.xyz",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}