# AtlasMarkets Pollux — Commodities Price History

> AtlasMarkets Pollux — Commodities Price History is a paid API for AI agents from atlasmarkets-pollux.onrender.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Returns historical price data for commodities markets, enabling AI agents to analyze trends and make informed trading or research decisions.

## Facts

- Endpoint: GET https://atlasmarkets-pollux.onrender.com/api/pollux/history
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/atlasmarkets-pollux-commodities-price-history-ba1e7df7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_U-EfZxCtUKJUcgzsCS50A

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 atlasmarkets-pollux-commodities-price-history-ba1e7df7
```

Example prompt: Can you pull the historical price data for crude oil from AtlasMarkets Pollux for the last 90 days so I can see how prices have been trending?

## When to prefer this

Choose this endpoint when you need structured historical commodities price data for analysis, backtesting, or research — especially when operating in an agentic context with x402 micropayment support on Base mainnet. Prefer over free scraped sources when data reliability and structured OHLCV format are important.

## Known failure modes

- Invalid or unsupported commodity symbol returns an error or empty dataset
- Date range too large may result in timeouts or truncated responses
- Payment failure (x402) blocks access if USDC balance is insufficient on Base mainnet
- Missing required query parameters returns a 400-level error
- Render.com cold-start latency may cause occasional slow first responses

## How this service works

commodities market intelligence for AI agents. x402-protected on Base mainnet.

## Output

Returns a time-series of historical price records for the requested commodity, likely including fields such as date, open, high, low, close, and volume (OHLCV), enabling downstream trend analysis, charting, or algorithmic processing.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/atlasmarkets-pollux-commodities-price-history-ba1e7df7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from atlasmarkets-pollux.onrender.com](https://www.zero.xyz/host/atlasmarkets-pollux.onrender.com/llms.txt)
