# AtlasMarkets Pollux — Commodities Market Intelligence

> AtlasMarkets Pollux — Commodities Market Intelligence 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).

Provides AI agents with commodities market intelligence data via a pay-per-call x402-protected API on Base mainnet

## Facts

- Endpoint: GET https://atlasmarkets-pollux.onrender.com/api/pollux/preflight
- 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-market-intelligence-48928e5d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Bch62nWwsiwNd28C7_YI4

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-market-intelligence-48928e5d
```

Example prompt: Can you pull the latest commodities market intelligence from AtlasMarkets Pollux — I want current price and trend data for crude oil?

## When to prefer this

Choose this endpoint when an AI agent needs structured, machine-readable commodities market intelligence (prices, trends, analytics) and is capable of making x402 micropayments on Base mainnet. It is well-suited for autonomous trading agents, financial dashboards, and market monitoring workflows that need fresh commodities data on demand at low per-call cost ($0.05 USDC).

## Known failure modes

- Payment not provided or insufficient USDC balance — returns HTTP 402 requiring x402 payment on Base mainnet
- Invalid or malformed properties parameter — returns 400 bad request
- Service temporarily unavailable on Render hosting — returns 503
- Rate limiting or quota exceeded — returns 429
- Commodity type not supported or recognized — returns empty or error result

## How this service works

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

## Output

Returns structured commodities market intelligence data including price levels, market trends, and related analytics for one or more commodity types, delivered as JSON suitable for AI agent consumption.

## 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-market-intelligence-48928e5d/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)
