# AgentServices Commodities Price API

> AgentServices Commodities Price API is a paid API for AI agents from agentservices.to, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-13).

Returns current commodity prices and market data, optionally filtered by category, via micropayment-gated REST API

## Facts

- Endpoint: GET https://agentservices.to/v1/commodities
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentservices-commodities-price-api-52c2c208
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bZ52p3s7uWlhda8LPYaN6

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 agentservices-commodities-price-api-52c2c208
```

Example prompt: What are the current prices for energy commodities like oil and natural gas?

## When to prefer this

Choose this endpoint when you need live commodity price data with per-call micropayment pricing (no subscription required) and are operating in an x402-compatible agent environment on Base. Particularly useful for AI agents that need occasional commodity data lookups without committing to a monthly data subscription. Prefer alternatives if you need deeply historical data, complex derivatives pricing, or guaranteed SLA.

## Known failure modes

- Payment not received — returns HTTP 402 requiring x402 micropayment on Base
- Invalid or unrecognized category value — may return empty results or an error
- Service downtime or upstream data provider outage — returns 5xx error
- No data available for requested category — returns empty dataset

## How this service works

Paid data APIs for AI agents. Crypto market data, DeFi yields, IP geolocation, dispute resolution, marketing intelligence. Powered by x402 micropayments on Base.

## Output

A JSON object containing current prices and related market data for commodities, optionally scoped to a specific category such as metals, energy, or agriculture. Exact fields depend on the response schema but typically include commodity name, price, unit, and currency.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentservices-commodities-price-api-52c2c208/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentservices.to](https://www.zero.xyz/host/agentservices.to/llms.txt)
