Pay-per-call market data API for stocks, crypto, forex, options and futures: OHLC bars, ticker reference, technical indicators, US macro series, corporate actions, insider trades, short interest and news. Flat $0.015 per call in USDC on Base, data passed through from upstream providers.
Pay from $0.01 per request in USDC on Base / Solana, settled onchain via the x402 protocol, no signup, no API key needed.
ASSESSMENT
updated 5h agoEvidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.
reliability 100%
- uptime 24h
- 100%
- uptime 7d
- 100%
- uptime 30d
- 100%
- uptime 90d
- 100%
- response p95
- 154ms
- avg response
- 110ms
- total checks
- 47
compliance A (11/11)
11 of 11 x402 conformance checks pass. Full checklist below.
price $0.01 (p56 in Finance)
- price (min)
- $0.01
- category percentile (min)
- p56 in Finance
- endpoints / prices
- 10 / 1
- model
- flat
- stability
- 100%
risk clean
No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.
traction $0.09 30d · 0 buyers
- volume 30d
- $0.09
- buyers 30d
- 0
- settlements 30d
- 6
- last settlement
- 2026-07-21
- top buyer share
- 47% of 30d volume
- trend 7d vs 30d
- 2.94x the 30d daily rate
- networks
- eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d
Attributed pro-quota: this payout address is shared, so volume and buyers are the operator-level figure divided by the services sharing it. A declared convention, not an individually observed measure, and still a conservative undercount.
Top buyer share is a concentration signal, not part of the ranking score.
WHAT IT DOES
ai-derivedAtlas Market Data provides financial market information including market status, news, related data, technical indicators, short interest, short volume, moving averages, stock splits, ticker information, and treasury yields.
- category
- market-data
- in
- query params
- auth
- api key
AI-generated summary. The measured data is never altered by it.
ENDPOINTS
| METHOD | PATH | DESCRIPTION | PRICE | NETWORK | ASSET |
|---|---|---|---|---|---|
| GET | /market-status | $0.01 | Base/Solana | USDC | |
| GET | /news | $0.01 | Base/Solana | USDC | |
| GET | /related | $0.01 | Base/Solana | USDC | |
| GET | /rsi | $0.01 | Base/Solana | USDC | |
| GET | /short-interest | $0.01 | Base/Solana | USDC | |
| GET | /short-volume | $0.01 | Base/Solana | USDC | |
| GET | /sma | $0.01 | Base/Solana | USDC | |
| GET | /splits | $0.01 | Base/Solana | USDC | |
| GET | /ticker | $0.01 | Base/Solana | USDC | |
| GET | /treasury-yields | $0.01 | Base/Solana | USDC |
REQUEST / RESPONSE EXAMPLE
An unpaid request to GET /market-status returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.
curl -i 'https://marketdata.use.x402atlas.com/market-status'
// 402 response (captured by monitor) · 10 payloads · click to expand
[
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"tier": "standard",
"version": "2",
"merchant": "x402Atlas"
},
"payTo": "0x9D667BC76F166322df087b3B3927D4d83D44A5d0",
"amount": "15000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"tier": "standard",
"feePayer": "BENrLoUbndxoNMUS5JXApGMtNykLjFXXixMtpDwDR9SP",
"merchant": "x402Atlas"
},
"payTo": "ASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ",
"amount": "15000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://marketdata.use.x402atlas.com/treasury-yields",
"mimeType": "application/json",
"description": "US Treasury yield curve — constant-maturity market yields from 1-month to 30-year, daily history.",
"serviceName": "Atlas Market Data"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"limit": 10
}
},
"output": {
"type": "json",
"example": {
"count": 1,
"series": "treasury-yields",
"queried_at": "2026-07-06T12:00:00Z",
"observations": [
{
"date": "2025-06-01",
"yield_2_year": 3.9,
"yield_10_year": 4.2,
"yield_30_year": 4.5
}
]
}
}
},
"tags": [
"economy",
"macro",
"federal-reserve",
"treasury-yields",
"market-data",
"marketdata"
],
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {
"limit": {
"type": "integer",
"maximum": 50000,
"minimum": 1,
"description": "Max observations returned"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"queried_at",
"series",
"count",
"observations"
],
"properties": {
"count": {
"type": "integer",
"description": "Number of observations returned."
},
"series": {
"type": "string",
"description": "Which macro series this response is for."
},
"queried_at": {
"type": "string",
"format": "date-time",
"description": "UTC timestamp when this bridge queried the upstream."
},
"observations": {
"type": "array",
"items": {
"type": "object"
},
"description": "Raw upstream observations for the series, passed through as reported (shape varies by series)."
}
}
}
}
}
}
},
"category": "finance",
"routeTemplate": ":var1"
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"tier": "standard",
"version": "2",
"merchant": "x402Atlas"
},
"payTo": "0x9D667BC76F166322df087b3B3927D4d83D44A5d0",
"amount": "15000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"tier": "standard",
"feePayer": "BENrLoUbndxoNMUS5JXApGMtNykLjFXXixMtpDwDR9SP",
"merchant": "x402Atlas"
},
"payTo": "ASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ",
"amount": "15000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://marketdata.use.x402atlas.com/ticker",
"mimeType": "application/json",
"description": "Reference overview for a ticker — name, exchange, market cap, shares outstanding, industry and description across stocks, crypto and forex.",
"serviceName": "Atlas Market Data"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"ticker": "AAPL"
}
},
"output": {
"type": "json",
"example": {
"ticker": "AAPL",
"overview": {
"name": "Apple Inc.",
"market": "stocks",
"ticker": "AAPL",
"currency": "usd",
"market_cap": 3200000000000,
"homepage_url": "https://www.apple.com",
"sic_description": "Electronic Computers",
"primary_exchange": "XNAS"
},
"queried_at": "2026-07-06T12:00:00Z"
}
}
},
"tags": [
"ticker",
"reference",
"company",
"fundamentals",
"stocks",
"crypto",
"market-data",
"marketdata"
],
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [
"ticker"
],
"properties": {
"ticker": {
"type": "string",
"description": "Ticker symbol, e.g. AAPL, X:BTCUSD"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"queried_at",
"ticker",
"overview"
],
"properties": {
"ticker": {
"type": "string",
"description": "Echo of the requested ticker."
},
"overview": {
"type": "object",
"required": [
"ticker"
],
"properties": {
"cik": {
"type": "string"
},
"name": {
"type": "string"
},
"type": {
"type": "string",
"description": "Security type, e.g. CS (common stock)."
},
"active": {
"type": "boolean"
},
"market": {
"type": "string",
"description": "e.g. stocks, crypto, fx."
},
"ticker": {
"type": "string"
},
"currency": {
"type": "string"
},
"sic_code": {
"type": "string"
},
"list_date": {
"type": "string",
"format": "date"
},
"market_cap": {
"type": "number"
},
"description": {
"type": "string"
},
"homepage_url": {
"type": "string",
"format": "uri"
},
"sic_description": {
"type": "string"
},
"total_employees": {
"type": "number"
},
"primary_exchange": {
"type": "string"
},
"shares_outstanding": {
"type": "number"
}
},
"description": "Reference overview for the ticker."
},
"queried_at": {
"type": "string",
"format": "date-time",
"description": "UTC timestamp when this bridge queried the upstream."
}
}
}
}
}
}
},
"category": "finance",
"routeTemplate": ":var1"
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"tier": "standard",
"version": "2",
"merchant": "x402Atlas"
},
"payTo": "0x9D667BC76F166322df087b3B3927D4d83D44A5d0",
"amount": "15000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"tier": "standard",
"feePayer": "BENrLoUbndxoNMUS5JXApGMtNykLjFXXixMtpDwDR9SP",
"merchant": "x402Atlas"
},
"payTo": "ASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ",
"amount": "15000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://marketdata.use.x402atlas.com/news",
"mimeType": "application/json",
"description": "Recent news articles for a ticker with per-ticker sentiment analysis — market sentiment and research primitive.",
"serviceName": "Atlas Market Data"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"limit": 10,
"ticker": "AAPL"
}
},
"output": {
"type": "json",
"example": {
"count": 1,
"ticker": "AAPL",
"articles": [
{
"url": "https://example.com/a",
"title": "Apple unveils new product line",
"tickers": [
"AAPL"
],
"insights": [
{
"ticker": "AAPL",
"sentiment": "positive",
"sentiment_reasoning": "New product expected to lift revenue."
}
],
"publisher": "Reuters",
"published_utc": "2026-07-05T14:00:00Z"
}
],
"queried_at": "2026-07-06T12:00:00Z"
}
}
},
"tags": [
"news",
"sentiment",
"research",
"stocks",
"market-data",
"marketdata"
],
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [
"ticker"
],
"properties": {
"limit": {
"type": "integer",
"maximum": 50000,
"minimum": 1,
"description": "Max articles returned"
},
"ticker": {
"type": "string",
"description": "Ticker symbol, e.g. AAPL"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"queried_at",
"ticker",
"count",
"articles"
],
"properties": {
"count": {
"type": "integer",
"description": "Number of articles returned."
},
"ticker": {
"type": "string",
"description": "Echo of the requested ticker."
},
"articles": {
"type": "array",
"items": {
"type": "object",
"required": [
"title"
],
"properties": {
"url": {
"type": "string",
"format": "uri"
},
"title": {
"type": "string"
},
"author": {
"type": "string"
},
"tickers": {
"type": "array",
"items": {
"type": "string"
}
},
"insights": {
"type": "array",
"items": {
"type": "object",
"required": [
"ticker",
"sentiment"
],
"properties": {
"ticker": {
"type": "string"
},
"sentiment": {
"enum": [
"positive",
"neutral",
"negative"
],
"type": "string"
},
"sentiment_reasoning": {
"type": "string"
}
}
},
"description": "Per-ticker sentiment insights extracted from the article."
},
"publisher": {
"type": "string",
"description": "Publisher name."
},
"description": {
"type": "string"
},
"published_utc": {
"type": "string",
"format": "date-time"
}
}
},
"description": "Recent news articles for the ticker, most recent first."
},
"queried_at": {
"type": "string",
"format": "date-time",
"description": "UTC timestamp when this bridge queried the upstream."
}
}
}
}
}
}
},
"category": "finance",
"routeTemplate": ":var1"
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"tier": "standard",
"version": "2",
"merchant": "x402Atlas"
},
"payTo": "0x9D667BC76F166322df087b3B3927D4d83D44A5d0",
"amount": "15000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"tier": "standard",
"feePayer": "BENrLoUbndxoNMUS5JXApGMtNykLjFXXixMtpDwDR9SP",
"merchant": "x402Atlas"
},
"payTo": "ASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ",
"amount": "15000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://marketdata.use.x402atlas.com/market-status",
"mimeType": "application/json",
"description": "Current market status — open/closed/extended-hours state of US exchanges and the crypto and forex markets.",
"serviceName": "Atlas Market Data"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET"
},
"output": {
"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
}
}
},
"tags": [
"market-status",
"trading-hours",
"exchanges",
"market-data",
"marketdata"
],
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"queried_at",
"market",
"early_hours",
"after_hours"
],
"properties": {
"market": {
"type": "string",
"description": "Overall market state, e.g. open, closed, extended-hours."
},
"exchanges": {
"type": "object",
"properties": {
"otc": {
"type": "string"
},
"nyse": {
"type": "string"
},
"nasdaq": {
"type": "string"
}
},
"description": "Per-exchange trading status."
},
"currencies": {
"type": "object",
"properties": {
"fx": {
"type": "string"
},
"crypto": {
"type": "string"
}
},
"description": "Crypto and forex market status."
},
"queried_at": {
"type": "string",
"format": "date-time",
"description": "UTC timestamp when this bridge queried the upstream."
},
"after_hours": {
"type": "boolean",
"description": "Whether after-hours trading is active."
},
"early_hours": {
"type": "boolean",
"description": "Whether pre-market trading is active."
},
"server_time": {
"type": "string",
"description": "Upstream server time."
}
}
}
}
}
}
},
"category": "finance",
"routeTemplate": ":var1"
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"tier": "standard",
"version": "2",
"merchant": "x402Atlas"
},
"payTo": "0x9D667BC76F166322df087b3B3927D4d83D44A5d0",
"amount": "15000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"tier": "standard",
"feePayer": "BENrLoUbndxoNMUS5JXApGMtNykLjFXXixMtpDwDR9SP",
"merchant": "x402Atlas"
},
"payTo": "ASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ",
"amount": "15000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://marketdata.use.x402atlas.com/splits",
"mimeType": "application/json",
"description": "Stock split history for a US stock — execution dates and split ratios with price-adjustment factors.",
"serviceName": "Atlas Market Data"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"limit": 10,
"ticker": "AAPL"
}
},
"output": {
"type": "json",
"example": {
"count": 1,
"splits": [
{
"split_to": 4,
"split_from": 1,
"execution_date": "2020-08-31",
"adjustment_type": "forward_split"
}
],
"ticker": "AAPL",
"queried_at": "2026-07-06T12:00:00Z"
}
}
},
"tags": [
"splits",
"corporate-actions",
"stocks",
"market-data",
"marketdata"
],
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [
"ticker"
],
"properties": {
"limit": {
"type": "integer",
"maximum": 50000,
"minimum": 1,
"description": "Max results returned"
},
"ticker": {
"type": "string",
"description": "US stock ticker, e.g. AAPL"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"queried_at",
"ticker",
"count",
"splits"
],
"properties": {
"count": {
"type": "integer",
"description": "Number of splits returned."
},
"splits": {
"type": "array",
"items": {
"type": "object",
"required": [
"split_from",
"split_to"
],
"properties": {
"split_to": {
"type": "number"
},
"split_from": {
"type": "number"
},
"execution_date": {
"type": "string",
"format": "date"
},
"adjustment_type": {
"type": "string",
"description": "e.g. forward_split, reverse_split."
}
}
},
"description": "Stock split history, most recent first."
},
"ticker": {
"type": "string",
"description": "Echo of the requested ticker."
},
"queried_at": {
"type": "string",
"format": "date-time",
"description": "UTC timestamp when this bridge queried the upstream."
}
}
}
}
}
}
},
"category": "finance",
"routeTemplate": ":var1"
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"tier": "standard",
"version": "2",
"merchant": "x402Atlas"
},
"payTo": "0x9D667BC76F166322df087b3B3927D4d83D44A5d0",
"amount": "15000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"tier": "standard",
"feePayer": "BENrLoUbndxoNMUS5JXApGMtNykLjFXXixMtpDwDR9SP",
"merchant": "x402Atlas"
},
"payTo": "ASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ",
"amount": "15000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://marketdata.use.x402atlas.com/sma",
"mimeType": "application/json",
"description": "Simple Moving Average (SMA) technical indicator for any ticker — trend-smoothing analytics for stocks, crypto, forex and options.",
"serviceName": "Atlas Market Data"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"limit": 10,
"order": "desc",
"ticker": "AAPL",
"window": 14,
"timespan": "day",
"series_type": "close"
}
},
"output": {
"type": "json",
"example": {
"points": [
{
"time": "2024-01-02T00:00:00Z",
"value": 182.34
}
],
"ticker": "AAPL",
"indicator": "sma",
"queried_at": "2024-01-02T12:00:00Z"
}
}
},
"tags": [
"technical-indicator",
"sma",
"momentum",
"signal",
"stocks",
"crypto",
"market-data",
"marketdata"
],
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [
"ticker"
],
"properties": {
"limit": {
"type": "integer",
"maximum": 50000,
"minimum": 1,
"description": "Max points returned"
},
"order": {
"enum": [
"asc",
"desc"
],
"type": "string",
"description": "Result ordering"
},
"ticker": {
"type": "string",
"description": "Asset-prefixed ticker, e.g. AAPL, X:BTCUSD"
},
"window": {
"type": "integer",
"maximum": 50000,
"minimum": 1,
"description": "Lookback window size"
},
"timespan": {
"enum": [
"minute",
"hour",
"day",
"week",
"month",
"quarter",
"year"
],
"type": "string",
"description": "Aggregate window unit used to compute the indicator"
},
"series_type": {
"enum": [
"open",
"high",
"low",
"close"
],
"type": "string",
"description": "Price field used to compute the indicator"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"queried_at",
"ticker",
"indicator",
"points"
],
"properties": {
"points": {
"type": "array",
"items": {
"type": "object",
"required": [
"time",
"value"
],
"properties": {
"time": {
"type": "string",
"format": "date-time",
"description": "Reading timestamp."
},
"value": {
"type": "number",
"description": "Indicator value."
}
}
},
"description": "Normalized indicator readings, oldest or newest first per `order`."
},
"ticker": {
"type": "string",
"description": "Echo of the requested ticker."
},
"timespan": {
"type": "string",
"description": "Echo of the requested timespan, if any."
},
"indicator": {
"type": "string",
"description": "Which indicator this response is for."
},
"queried_at": {
"type": "string",
"format": "date-time",
"description": "UTC timestamp when this bridge queried the upstream."
}
}
}
}
}
}
},
"category": "finance",
"routeTemplate": ":var1"
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"tier": "standard",
"version": "2",
"merchant": "x402Atlas"
},
"payTo": "0x9D667BC76F166322df087b3B3927D4d83D44A5d0",
"amount": "15000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"tier": "standard",
"feePayer": "BENrLoUbndxoNMUS5JXApGMtNykLjFXXixMtpDwDR9SP",
"merchant": "x402Atlas"
},
"payTo": "ASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ",
"amount": "15000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://marketdata.use.x402atlas.com/short-volume",
"mimeType": "application/json",
"description": "FINRA daily short-sale volume for a US stock — short volume, total volume and short-volume ratio, an intraday sentiment signal.",
"serviceName": "Atlas Market Data"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"limit": 10,
"ticker": "AAPL"
}
},
"output": {
"type": "json",
"example": {
"count": 1,
"ticker": "A",
"records": [
{
"date": "2025-03-25",
"short_volume": 181219,
"total_volume": 574084,
"short_volume_ratio": 31.57
}
],
"queried_at": "2026-07-06T12:00:00Z"
}
}
},
"tags": [
"short-volume",
"sentiment",
"positioning",
"stocks",
"market-data",
"marketdata"
],
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [
"ticker"
],
"properties": {
"limit": {
"type": "integer",
"maximum": 50000,
"minimum": 1,
"description": "Max results returned"
},
"ticker": {
"type": "string",
"description": "US stock ticker, e.g. AAPL"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"queried_at",
"ticker",
"count",
"records"
],
"properties": {
"count": {
"type": "integer",
"description": "Number of records returned."
},
"ticker": {
"type": "string",
"description": "Echo of the requested ticker."
},
"records": {
"type": "array",
"items": {
"type": "object",
"required": [
"short_volume",
"total_volume"
],
"properties": {
"date": {
"type": "string",
"format": "date"
},
"short_volume": {
"type": "number"
},
"total_volume": {
"type": "number"
},
"short_volume_ratio": {
"type": "number",
"description": "Percent of total volume sold short."
}
}
},
"description": "FINRA daily short-sale volume history, most recent first."
},
"queried_at": {
"type": "string",
"format": "date-time",
"description": "UTC timestamp when this bridge queried the upstream."
}
}
}
}
}
}
},
"category": "finance",
"routeTemplate": ":var1"
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"tier": "standard",
"version": "2",
"merchant": "x402Atlas"
},
"payTo": "0x9D667BC76F166322df087b3B3927D4d83D44A5d0",
"amount": "15000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"tier": "standard",
"feePayer": "BENrLoUbndxoNMUS5JXApGMtNykLjFXXixMtpDwDR9SP",
"merchant": "x402Atlas"
},
"payTo": "ASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ",
"amount": "15000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://marketdata.use.x402atlas.com/short-interest",
"mimeType": "application/json",
"description": "FINRA short interest for a US stock — shares sold short, days-to-cover and average volume, a short-squeeze sentiment signal.",
"serviceName": "Atlas Market Data"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"limit": 10,
"ticker": "AAPL"
}
},
"output": {
"type": "json",
"example": {
"count": 1,
"ticker": "A",
"records": [
{
"days_to_cover": 1.67,
"short_interest": 3906231,
"settlement_date": "2025-03-14",
"avg_daily_volume": 2340158
}
],
"queried_at": "2026-07-06T12:00:00Z"
}
}
},
"tags": [
"short-interest",
"sentiment",
"short-squeeze",
"positioning",
"stocks",
"market-data",
"marketdata"
],
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [
"ticker"
],
"properties": {
"limit": {
"type": "integer",
"maximum": 50000,
"minimum": 1,
"description": "Max results returned"
},
"ticker": {
"type": "string",
"description": "US stock ticker, e.g. AAPL"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"queried_at",
"ticker",
"count",
"records"
],
"properties": {
"count": {
"type": "integer",
"description": "Number of records returned."
},
"ticker": {
"type": "string",
"description": "Echo of the requested ticker."
},
"records": {
"type": "array",
"items": {
"type": "object",
"required": [
"short_interest"
],
"properties": {
"days_to_cover": {
"type": "number",
"description": "short_interest / avg_daily_volume."
},
"short_interest": {
"type": "integer",
"description": "Total shares sold short."
},
"settlement_date": {
"type": "string",
"format": "date"
},
"avg_daily_volume": {
"type": "integer"
}
}
},
"description": "FINRA bi-weekly short-interest history, most recent first."
},
"queried_at": {
"type": "string",
"format": "date-time",
"description": "UTC timestamp when this bridge queried the upstream."
}
}
}
}
}
}
},
"category": "finance",
"routeTemplate": ":var1"
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"tier": "standard",
"version": "2",
"merchant": "x402Atlas"
},
"payTo": "0x9D667BC76F166322df087b3B3927D4d83D44A5d0",
"amount": "15000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"tier": "standard",
"feePayer": "BENrLoUbndxoNMUS5JXApGMtNykLjFXXixMtpDwDR9SP",
"merchant": "x402Atlas"
},
"payTo": "ASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ",
"amount": "15000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://marketdata.use.x402atlas.com/rsi",
"mimeType": "application/json",
"description": "Relative Strength Index (RSI) momentum indicator for any ticker — overbought/oversold analytics for stocks, crypto, forex and options.",
"serviceName": "Atlas Market Data"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"limit": 10,
"order": "desc",
"ticker": "AAPL",
"window": 14,
"timespan": "day",
"series_type": "close"
}
},
"output": {
"type": "json",
"example": {
"points": [
{
"time": "2024-01-02T00:00:00Z",
"value": 182.34
}
],
"ticker": "AAPL",
"indicator": "rsi",
"queried_at": "2024-01-02T12:00:00Z"
}
}
},
"tags": [
"technical-indicator",
"rsi",
"momentum",
"signal",
"stocks",
"crypto",
"market-data",
"marketdata"
],
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [
"ticker"
],
"properties": {
"limit": {
"type": "integer",
"maximum": 50000,
"minimum": 1,
"description": "Max points returned"
},
"order": {
"enum": [
"asc",
"desc"
],
"type": "string",
"description": "Result ordering"
},
"ticker": {
"type": "string",
"description": "Asset-prefixed ticker, e.g. AAPL, X:BTCUSD"
},
"window": {
"type": "integer",
"maximum": 50000,
"minimum": 1,
"description": "Lookback window size"
},
"timespan": {
"enum": [
"minute",
"hour",
"day",
"week",
"month",
"quarter",
"year"
],
"type": "string",
"description": "Aggregate window unit used to compute the indicator"
},
"series_type": {
"enum": [
"open",
"high",
"low",
"close"
],
"type": "string",
"description": "Price field used to compute the indicator"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"queried_at",
"ticker",
"indicator",
"points"
],
"properties": {
"points": {
"type": "array",
"items": {
"type": "object",
"required": [
"time",
"value"
],
"properties": {
"time": {
"type": "string",
"format": "date-time",
"description": "Reading timestamp."
},
"value": {
"type": "number",
"description": "Indicator value."
}
}
},
"description": "Normalized indicator readings, oldest or newest first per `order`."
},
"ticker": {
"type": "string",
"description": "Echo of the requested ticker."
},
"timespan": {
"type": "string",
"description": "Echo of the requested timespan, if any."
},
"indicator": {
"type": "string",
"description": "Which indicator this response is for."
},
"queried_at": {
"type": "string",
"format": "date-time",
"description": "UTC timestamp when this bridge queried the upstream."
}
}
}
}
}
}
},
"category": "finance",
"routeTemplate": ":var1"
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"tier": "standard",
"version": "2",
"merchant": "x402Atlas"
},
"payTo": "0x9D667BC76F166322df087b3B3927D4d83D44A5d0",
"amount": "15000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"tier": "standard",
"feePayer": "BENrLoUbndxoNMUS5JXApGMtNykLjFXXixMtpDwDR9SP",
"merchant": "x402Atlas"
},
"payTo": "ASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ",
"amount": "15000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://marketdata.use.x402atlas.com/related",
"mimeType": "application/json",
"description": "Related / peer tickers for a given ticker — comparables and peer baskets derived from news and returns.",
"serviceName": "Atlas Market Data"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"ticker": "AAPL"
}
},
"output": {
"type": "json",
"example": {
"count": 3,
"ticker": "AAPL",
"related": [
"MSFT",
"GOOGL",
"AMZN"
],
"queried_at": "2026-07-06T12:00:00Z"
}
}
},
"tags": [
"related-companies",
"peers",
"comparables",
"reference",
"stocks",
"market-data",
"marketdata"
],
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [
"ticker"
],
"properties": {
"ticker": {
"type": "string",
"description": "Ticker symbol, e.g. AAPL"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"queried_at",
"ticker",
"count",
"related"
],
"properties": {
"count": {
"type": "integer",
"description": "Number of related tickers returned."
},
"ticker": {
"type": "string",
"description": "Echo of the requested ticker."
},
"related": {
"type": "array",
"items": {
"type": "string"
},
"description": "Peer/related ticker symbols."
},
"queried_at": {
"type": "string",
"format": "date-time",
"description": "UTC timestamp when this bridge queried the upstream."
}
}
}
}
}
}
},
"category": "finance",
"routeTemplate": ":var1"
}
},
"x402Version": 2
}
] UPTIME
RECENT CHECKS
OVER TIME
All charts share the 7d window selected here. Every series is also served as JSON at /api/v1/services/atlas-market-data/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted).
Median across 10 endpoints. Use the selector to isolate one.
Shared payout address (19 other services). These bars are the full shared address (operator-level), so do not sum them across the services that share it. Where a per-service figure is attributed, the assessment block and the ranking, it is the address total divided pro-quota by the 20 services sharing it: a declared convention, not an individually observed measure.
Shared payout address (19 other services). These bars are the full shared address (operator-level), so do not sum them across the services that share it. Where a per-service buyer count is attributed, the assessment block and the ranking, it is divided pro-quota by the 20 services sharing the address and can be fractional: a declared convention, not an individually observed measure.
COMPLIANCE
11/11 checks pass · grade A- 402 payload captured
- accepts[] array present
- payTo address recoverable
- payTo at accepts[0].payTo (conformant shape)
- payTo is a valid on-chain address
- atomic price declared
- atomic price in a sane range
- asset (token) address declared
- network resolves to CAIP-2
- payment scheme declared
- served over HTTPS
EMBED THIS BADGE
<a href="https://x402-list.com/services/atlas-market-data?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/atlas-market-data.svg" alt="Atlas Market Data listed on x402-list" height="28"> </a>
[](https://x402-list.com/services/atlas-market-data?utm_source=badge&utm_medium=referral&utm_campaign=embed)
<a href="https://x402-list.com/services/atlas-market-data?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/atlas-market-data.svg?data=uptime" alt="Atlas Market Data uptime on x402-list" height="28"> </a>