# x402stock Market Conditions

> x402stock Market Conditions is a paid API for AI agents from agents.x402stock.xyz, paid per call via x402 or MPP, $0.01/call, status unknown (last checked 2026-09-15).

Fetches current market conditions and economic state data for use by AI agents, paid per-request in USDC via x402

## Facts

- Endpoint: GET https://agents.x402stock.xyz/api/v1/conditions
- Price: $0.01/call
- Payment: x402, MPP
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402stock-market-conditions-763f669e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZQb77ygjqlI2kGf4cnvDX

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 x402stock-market-conditions-763f669e
```

Example prompt: What are the current market conditions right now — things like overall market sentiment, volatility, and economic environment — so I can decide whether to adjust my portfolio?

## When to prefer this

Choose this endpoint when an agent needs a high-level snapshot of current market conditions or macro environment before making trading, investment, or allocation decisions. Prefer this over individual stock or sector endpoints when the goal is understanding the broad market backdrop rather than a specific security's data. Ideal for morning briefings, pre-trade checks, and portfolio strategy workflows where no API key or account setup is desired.

## Known failure modes

- Payment failure if USDC balance is insufficient — returns 402 Payment Required
- Invalid properties filter parameter returns 400 Bad Request
- Service unavailable during market data outages returns 503
- Rate limiting if too many rapid requests returns 429

## How this service works

Reference catalog of trade/quote condition codes (the numeric `conditions` seen on trades) with names, types, data types, and SIP mappings. From x402stock, a pay-per-call market & economic data API for AI agents. No API key or account; pay in USDC via x402.

## Output

Returns a structured snapshot of current market conditions, potentially including sentiment, volatility regime, and macro state indicators relevant to US and global markets, delivered as JSON data.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402stock-market-conditions-763f669e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agents.x402stock.xyz](https://www.zero.xyz/host/agents.x402stock.xyz/llms.txt)
