ToolAssay

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

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

Answeringour last check, 2026-09-24
1 of 1checks answered this week
945 msmedian answer time
$0.015listed price per call
$0.015price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://marketdata.use.x402atlas.com/market-status

CategoryMarket data
Provider hostmarketdata.use.x402atlas.com
Networkseip155:137, eip155:42161, eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days6 from 3 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.015 945 ms

Example input (from the provider)

{
  "method": "GET",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET"
          ],
          "type": "string"
        },
        "queryParams": {
          "properties": {},
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "after_hours": {
              "description": "Whether after-hours trading is active.",
              "type": "boolean"
            },
            "currencies": {
              "description": "Crypto and forex market status.",
              "properties": {
                "crypto": {
                  "type": "string"
                },
                "fx": {
                  "type": "string"
                }
              },
              "type": "object"
            },
            "early_hours": {
              "description": "Whether pre-market trading is active.",
              "type": "boolean"
            },
            "exchanges": {
              "description": "Per-exchange trading status.",
              "properties": {
                "nasdaq": {
                  "type": "string"
                },
                "nyse": {
                  "type": "string"
                },
                "otc": {
                  "type": "string"
                }
              },
              "type": "object"
            },
            "market": {
              "description": "Overall market state, e.g. open, closed, extended-hours.",
              "type": "string"
            },
            "queried_at": {
              "description": "UTC timestamp when this bridge queried the upstream.",
              "format": "date-time",
              "type": "string"
            },
            "server_time": {
              "description": "Upstream server time.",
              "type": "string"
            }
          },
          "required": [
            "queried_at",
            "market",
            "early_hours",
            "after_hours"
          ],
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON