# Natural Gas Spot Price (USD) – x402node

> Natural Gas Spot Price (USD) – x402node is a paid API for AI agents from api.x402node.dev, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Returns the current live Natural Gas (NATGAS) commodity price in USD with no input parameters required.

## Facts

- Endpoint: GET https://api.x402node.dev/commodity/price/gas/usd/natgas-usd
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/natural-gas-spot-price-usd-x402node-2d44a71a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_URry9nRqQd6ADKICM5O6-

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability natural-gas-spot-price-usd-x402node-2d44a71a
```

Example prompt: What is the current natural gas spot price in USD? I need the live market quote right now.

## When to prefer this

Use this endpoint when you need a zero-parameter, instant natural gas commodity price in USD, especially in automated pipelines, trading dashboards, or alerting workflows that require a simple GET with no query construction. Prefer over generic financial APIs when you want a pay-per-call microtransaction model via x402 with no subscription required.

## Known failure modes

- Price feed temporarily unavailable — upstream data source outage
- Payment not accepted — insufficient USDC balance or x402 payment failure
- Rate limiting — too many requests in a short period
- Stale data — as_of timestamp may lag real-time markets during off-hours

## How this service works

Live Natural Gas price (commodity futures, USD). Zero-param: GET returns current price. 天然气实时价格行情。天然ガス価格。Precio gas natural. 천연가스 시세. gas price, natural gas spot, commodity quote. Accepts payment on Base or Solana — either network works.

## Output

A JSON object containing the current natural gas price as a number, the commodity symbol (e.g. NATGAS), currency (USD), unit, the data source, and an as_of timestamp indicating when the price was last updated.

## Example request

```json
{
 "top": "10"
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/natural-gas-spot-price-usd-x402node-2d44a71a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.x402node.dev](https://www.zero.xyz/host/api.x402node.dev/llms.txt)
