# Market Status — US, Crypto & Forex Exchange State

> Market Status — US, Crypto & Forex Exchange State is a paid API for AI agents from marketdata.use.x402atlas.com, paid per call via x402, $0.015/call, status unknown (last checked 2026-09-15).

Returns the current open/closed/extended-hours trading status of US stock exchanges, crypto markets, and forex markets.

## Facts

- Endpoint: GET https://marketdata.use.x402atlas.com/market-status
- Price: $0.015/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/market-status-us-crypto-forex-exchange-state-0d603d67
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4jyD3ZvwEPXvVFB0nACz3

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 market-status-us-crypto-forex-exchange-state-0d603d67
```

Example prompt: Is the US stock market open right now, or is it in extended hours or closed?

## When to prefer this

Use this endpoint when you need to know in real time whether US equity exchanges (NYSE, NASDAQ), crypto, or forex markets are currently open, closed, or in an extended-hours session — especially before placing or routing trades, or gating workflows that depend on market hours.

## Known failure modes

- API payment failure (402) if USDC balance is insufficient
- Network timeout if the upstream market data feed is unavailable
- Stale data if the provider's feed lags behind real-time exchange status

## How this service works

Current market status — open/closed/extended-hours state of US exchanges and the crypto and forex markets.

## Output

Returns the current trading state (open, closed, pre-market, after-hours, etc.) for US stock exchanges, cryptocurrency markets, and forex markets, including which session is active.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "market": "extended-hours",
  "exchanges": {
   "otc": "closed",
   "nyse": "extended-hours",
   "nasdaq": "extended-hours"
  },
  "currencies": {
   "fx": "open",
   "crypto": "open"
  },
  "queried_at": "2026-07-06T12:00:00Z",
  "after_hours": true,
  "early_hours": false
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/market-status-us-crypto-forex-exchange-state-0d603d67/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from marketdata.use.x402atlas.com](https://www.zero.xyz/host/marketdata.use.x402atlas.com/llms.txt)
