Loading...
Loading...
The current US retail price per gallon of a fuel grade for a region, from the EIA weekly petroleum price survey, with the preceding weeks of history on request. Called as GET /v1/eia/fuel-price, it takes area, product, weeks and returns found, area, product, latest. Fuel price is an input to mileage reimbursement, freight quoting and cost-of-travel estimates, and it moves every week. A model’s memory of it is wrong the day after training; EIA publishes the current number but only behind a code system - duoarea NUS, product EPMR - that nobody can guess, so this accepts the words a caller actually has. Reading this schema and dry-running the call are free and need no wallet; a real call costs $0.004, paid in USDC on Base over x402.
npx skill4agent add fittings-sh/fittings fittings-eia-fuel-priceeia.fuel-pricehttps://fittings.shGET https://fittings.sh/v1/eia/fuel-price| Field | Type | Required | Notes |
|---|---|---|---|
| string | no | EIA area code or published name, e.g. 'NUS', 'California', 'PADD 2'. Default the US average |
| string | no | EIA product code or published name, e.g. 'EPMR', 'Regular Gasoline', 'No 2 Diesel'. Default regular gasoline |
| number | no | Weekly observations to return, 1-52, default 1 |
{
"area": "California",
"product": "Regular Gasoline",
"weeks": 4
}| Price | $0.004 per call, metered per weeks |
| Source | U.S. Energy Information Administration Open Data API v2, weekly retail gasoline and diesel prices - a US federal work in the public domain |
| Licence | public-domain |
| Attribution | Source: U.S. Energy Information Administration |
fittingscall.mjscurl -sO https://fittings.sh/skill/call.mjscurl -s https://fittings.sh/catalog/eia.fuel-price | jq402 Payment Required# Dry run. Prints the quote and pays nothing, because no key is set.
node call.mjs eia.fuel-price area=California product="Regular Gasoline" weeks=4
# For real: a wallet holding USDC on Base, and nothing else.
export FITTINGS_PRIVATE_KEY=0x...
node call.mjs eia.fuel-price area=California product="Regular Gasoline" weeks=4FITTINGS_PRIVATE_KEYFITTINGS_MAX_PRICE@x402/core@x402/evmfittingshttps://fittings.sh/catalog/search?q=...