mirrored listing x402 eip155:8453

Get the daily open, high, low, and close (OHLC) for the entire stocks/equities markets

Get the daily open, high, low, and close (OHLC) for the entire stocks/equities markets. 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
3
calls / 30d
1
unique payers
2026-09-04
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",
        "pathParams": {
          "date": "2026-08-03"
        },
        "queryParams": {
          "adjusted": true
        },
        "type": "http"
      },
      "output": {
        "example": {
          "adjusted": true,
          "queryCount": 3,
          "request_id": {
            "description": "A request id assigned by the server.",
            "type": "string"
          },
          "results": [
            {
              "T": "KIMpL",
              "c": 25.9102,
              "h": 26.25,
              "l": 25.91,
              "n": 74,
              "o": 26.07,
              "t": 1602705600000,
              "v": 4369,
              "vw": 26.0407
            },
            {
              "T": "TANH",
              "c": 23.4,
              "h": 24.763,
              "l": 22.65,
              "n": 1096,
              "o": 24.5,
              "t": 1602705600000,
              "v": 25933.6,
              "vw": 23.493
            },
            {
              "T": "VSAT",
              "c": 34.24,
              "h": 35.47,
              "l": 34.21,
              "n": 4966,
              "o": 34.9,
              "t": 1602705600000,
              "v": 312583,
              "vw": 34.4736
            }
          ],
          "resultsCount": 3,
          "status": "OK"
        },
        "type": "json"
      }
    },
    "routeTemplate": "/v2/aggs/grouped/locale/us/market/stocks/:date",
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "method": {
              "enum": [
                "GET"
              ],
              "type": "string"
            },
            "pathParams": {
              "properties": {
                "date": {
                  "description": "The beginning date for the aggregate window.",
                  "type": "string"
                }
              },
              "required": [
                "date"
              ],
              "type": "object"
            },
            "queryParams": {
              "properties": {
                "adjusted": {
                  "description": "Whether or not the results are adjusted for splits. By default, results are adjusted. Set this to false to get results that are NOT adjusted for splits.",
                  "type": "boolean"
                },
                "include_otc": {
                  "description": "Include OTC securities in the response. Default is false (don't include OTC securities).",
                  "type": "boolean"
                }
              },
              "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/aggs/grouped/locale/us/market/stocks/:date"
# -> 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/aggs/grouped/locale/us/market/stocks/:date");
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/aggs/grouped/locale/us/market/stocks/:date")
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/6795.json, and this resource appears in /discovery/resources and /discovery/search.