SERVICE / DETAILfinance

Atlas Market Data

GET marketdata.use.x402atlas.com/aggregates

SONAR SCORE0.836
LIVE PRICE0.015000
BAZAAR LIVEcompatible
CDP INDEXEDno
DECISION EVIDENCE

Why an agent can trust this route.

17 observations in the last 24h
HANDSHAKE SUCCESS100.0%402 challenge reachable
PAID DELIVERY0.0%settlement observed
P90 LATENCY790msrecent response window
PRICE DRIFT0.0%advertised vs observed

Sonar evidence is advisory. Paid delivery is shown as verified only when paid probes are available; otherwise route estimates use the unpaid handshake as a clearly labeled proxy.

SONAR PROBE HISTORY / 30D

Observed outcomes

JSON ↗
LIVE ENDPOINT METADATA

Market data OHLC candlestick bars for stocks, crypto, forex and options — historical aggregates over any window by ticker.

Resource: marketdata.use.x402atlas.com/aggregates

Network: eip155:8453, eip155:137, eip155:42161, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0x9D667BC76F166322df087b3B3927D4d83D44A5d0

Payment methods: · Last validation: 2026-09-13 22:55:54.989+00

{
  "input": {
    "type": "object",
    "required": [
      "type",
      "method"
    ],
    "properties": {
      "type": {
        "type": "string",
        "const": "http"
      },
      "method": {
        "enum": [
          "GET"
        ],
        "type": "string"
      },
      "queryParams": {
        "type": "object",
        "required": [
          "ticker",
          "multiplier",
          "timespan",
          "from",
          "to"
        ],
        "properties": {
          "to": {
            "type": "string",
            "description": "Window end: YYYY-MM-DD or millisecond epoch"
          },
          "from": {
            "type": "string",
            "description": "Window start: YYYY-MM-DD or millisecond epoch. Historical depth is limited (~2 years); prefer recent windows"
          },
          "sort": {
            "enum": [
              "asc",
              "desc"
            ],
            "type": "string",
            "description": "Result ordering"
          },
          "limit": {
            "type": "integer",
            "maximum": 50000,
            "minimum": 1,
            "description": "Max base aggregates returned"
          },
          "ticker": {
            "type": "string",
            "description": "Asset-prefixed ticker, e.g. AAPL, X:BTCUSD, C:EURUSD"
          },
          "adjusted": {
            "type": "boolean",
            "default": true,
            "description": "Adjust for splits"
          },
          "timespan": {
            "enum": [
              "minute",
              "hour",
              "day",
              "week",
              "month",
              "quarter",
              "year"
            ],
            "type": "string",
            "description": "Aggregate window unit"
          },
          "multiplier": {
            "type": "integer",
            "maximum": 50000,
            "minimum": 1,
            "description": "Size of the timespan multiplier (e.g. 5 for 5-minute bars)"
          }
        }
      }
    },
    "additionalProperties": false
  },
  "output": {
    "type": "object",
    "required": [
      "type"
    ],
    "properties": {
      "type": {
        "type": "string"
      },
      "example": {
        "type": "object",
        "required": [
          "queried_at",
          "ticker",
          "multiplier",
          "timespan",
          "from",
          "to",
          "adjusted",
          "candles"
        ],
        "properties": {
          "to": {
            "type": "string",
            "description": "Echo of the requested window end."
          },
          "from": {
            "type": "string",
            "description": "Echo of the requested window start."
          },
          "ticker": {
            "type": "string",
            "description": "Echo of the requested ticker."
          },
          "candles": {
            "type": "array",
            "items": {
              "type": "object",
              "required": [
                "time",
                "open",
                "high",
                "low",
                "close",
                "volume",
                "vwap",
                "transactions"
              ],
              "properties": {
                "low": {
                  "type": "number"
                },
                "high": {
                  "type": "number"
                },
                "open": {
                  "type": "number"
                },
                "time": {
                  "type": "string",
                  "format": "date-time",
                  "description": "Bar start timestamp."
                },
                "vwap": {
                  "type": "number",
                  "description": "Volume-weighted average price."
                },
                "close": {
                  "type": "number"
                },
                "volume": {
                  "type": "number"
                },
                "transactions": {
                  "type": "integer",
                  "description": "Number of upstream transactions in the bar."
                }
              }
            },
            "description": "Normalized OHLCV bars for the requested window."
          },
          "adjusted": {
            "type": "boolean",
            "description": "Whether prices are split-adjusted."
          },
          "timespan": {
            "type": "string",
            "description": "Echo of the requested timespan unit."
          },
          "multiplier": {
            "type": "integer",
            "description": "Echo of the requested timespan multiplier."
          },
          "queried_at": {
            "type": "string",
            "format": "date-time",
            "description": "UTC timestamp when this bridge queried the upstream."
          }
        }
      }
    }
  },
  "paymentRequirements": [
    {
      "raw": {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "tier": "standard",
          "version": "2",
          "merchant": "x402Atlas"
        },
        "payTo": "0x9D667BC76F166322df087b3B3927D4d83D44A5d0",
        "amount": "15000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      },
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "payTo": "0x9D667BC76F166322df087b3B3927D4d83D44A5d0",
      "scheme": "exact",
      "network": "eip155:8453",
      "amountAtomic": "15000"
    },
    {
      "raw": {
        "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
        "extra": {
          "name": "USD Coin",
          "tier": "standard",
          "version": "2",
          "merchant": "x402Atlas"
        },
        "payTo": "0x9D667BC76F166322df087b3B3927D4d83D44A5d0",
        "amount": "15000",
        "scheme": "exact",
        "network": "eip155:137",
        "maxTimeoutSeconds": 300
      },
      "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
      "payTo": "0x9D667BC76F166322df087b3B3927D4d83D44A5d0",
      "scheme": "exact",
      "network": "eip155:137",
      "amountAtomic": "15000"
    },
    {
      "raw": {
        "asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
        "extra": {
          "name": "USD Coin",
          "tier": "standard",
          "version": "2",
          "merchant": "x402Atlas"
        },
        "payTo": "0x9D667BC76F166322df087b3B3927D4d83D44A5d0",
        "amount": "15000",
        "scheme": "exact",
        "network": "eip155:42161",
        "maxTimeoutSeconds": 300
      },
      "asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
      "payTo": "0x9D667BC76F166322df087b3B3927D4d83D44A5d0",
      "scheme": "exact",
      "network": "eip155:42161",
      "amountAtomic": "15000"
    },
    {
      "raw": {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "tier": "standard",
          "feePayer": "GVJJ7rdGiXr5xaYbRwRbjfaJL7fmwRygFi1H6aGqDveb",
          "merchant": "x402Atlas"
        },
        "payTo": "ASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ",
        "amount": "15000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 300
      },
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "payTo": "ASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ",
      "scheme": "exact",
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "amountAtomic": "15000"
    }
  ]
}
METADATA PROVENANCE

Source catalog records are retained separately from live endpoint observations. Sonar score, uptime, and latency are advisory metrics. CDP indexing is not inferred from validation.