mirrored listing x402 eip155:8453

Get the most up-to-date market data for all traded stock symbols

Get the most up-to-date market data for all traded stock symbols. Note: Snapshot data is cleared at 3:30am EST and gets populated as data is received from the exchanges. This can happen as early as 4am EST. Can't find what you're looking for? POST feedback to /feedback, no charge.

Do you run agent.massive.com? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
10000 (raw units)
price
4
calls / 30d
2
unique payers
2026-08-31
updated

Provider

agent.massive.com · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x525f6dDcE9aF7a7179D7696aaBfCd5FCd15a21e6",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "10000",
    "maxTimeoutSeconds": 60
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "type": "http"
      },
      "output": {
        "example": {
          "count": 1,
          "status": "OK",
          "tickers": [
            {
              "day": {
                "c": 20.506,
                "dv": "37216.0",
                "h": 20.64,
                "l": 20.506,
                "o": 20.64,
                "v": 37216,
                "vw": 20.616
              },
              "lastQuote": {
                "P": 20.6,
                "S": 22,
                "p": 20.5,
                "s": 13,
                "t": 1605192959994246100
              },
              "lastTrade": {
                "c": [
                  14,
                  41
                ],
                "ds": "2416.0",
                "i": "71675577320245",
                "p": 20.506,
                "s": 2416,
                "t": 1605192894630916600,
                "x": 4
              },
              "min": {
                "av": 37216,
                "c": 20.506,
                "dav": "37216.0",
                "dv": "5000.0",
                "h": 20.506,
                "l": 20.506,
                "n": 1,
                "o": 20.506,
                "t": 1684428600000,
                "v": 5000,
                "vw": 20.5105
              },
              "prevDay": {
                "c": 20.63,
                "h": 21,
                "l": 20.5,
                "o": 20.79,
                "v": 292738,
                "vw": 20.6939
              },
              "ticker": "BCAT",
              "todaysChange": -0.124,
              "todaysChangePerc": -0.601,
              "updated": 1605192894630916600
            }
          ]
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "method": {
              "enum": [
                "GET"
              ],
              "type": "string"
            },
            "queryParams": {
              "properties": {
                "include_otc": {
                  "description": "Include OTC securities in the response. Default is false (don't include OTC securities).",
                  "type": "boolean"
                },
                "tickers": {
                  "description": "A case-sensitive comma separated list of tickers to get snapshots for. For example, AAPL,TSLA,GOOG. Empty string defaults to querying all tickers.",
                  "type": "array"
                }
              },
              "type": "object"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://agent.massive.com/v2/snapshot/locale/us/markets/stocks/tickers"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://agent.massive.com/v2/snapshot/locale/us/markets/stocks/tickers");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://agent.massive.com/v2/snapshot/locale/us/markets/stocks/tickers")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/6798.json, and this resource appears in /discovery/resources and /discovery/search.