x402stock
GET agents.x402stock.xyz/api/v1/aggregates/:ticker
Why an agent can trust this route.
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.
Observed outcomes
The stock price history endpoint. Returns historical OHLCV bars at the requested multiplier and timespan (minute, hour, day, week, month) between `from` and `to`. Use for price history, charting, backtesting, and trend analysis over any date range. From x402stock, a pay-per-call market & economic data API for AI agents. No API key or account; pay in USDC via x402.
Resource: agents.x402stock.xyz/api/v1/aggregates/:ticker
Network: eip155:8453 · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0xfdb4b511f6ae1f270776e500b3360217d5e7ed03
Payment methods: — · Last validation: 2026-09-14 09:55:29.777+00
{
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"pathParams": {
"type": "object",
"ticker": {
"type": "string"
}
},
"queryParams": {
"type": "object",
"properties": {
"to": {
"type": "string",
"default": "2026-07-31",
"minLength": 1
},
"from": {
"type": "string",
"default": "2025-07-31",
"minLength": 1
},
"sort": {
"enum": [
"asc",
"desc"
],
"type": "string",
"default": "asc"
},
"limit": {
"type": "integer",
"default": 5000,
"maximum": 50000,
"exclusiveMinimum": 0
},
"adjusted": {
"type": "boolean",
"default": true
},
"timespan": {
"enum": [
"minute",
"hour",
"day",
"week",
"month",
"quarter",
"year"
],
"type": "string",
"default": "day"
},
"multiplier": {
"type": "integer",
"default": 1,
"maximum": 50000,
"exclusiveMinimum": 0
}
}
}
},
"additionalProperties": false
},
"output": null,
"paymentRequirements": [
{
"raw": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"billing": {
"model": "prepaid",
"description": "amount is the price and is charged in full when you pay, and is not returned if delivery fails: this rail settles once and cannot give change. (Exact entries appear only on fixed-price requests - ceiling-priced requests are offered the reserve-and-pay-actual entry instead.)"
},
"version": "2",
"zeroclick": {
"kind": "transaction",
"zcRequestId": "zcreq_iV9JLVfMAHcdFNKmmqCLo",
"agentPaymentId": "apay_R_3Yn6Ba2au26dozuOL_l"
}
},
"payTo": "0xfdb4b511f6ae1f270776e500b3360217d5e7ed03",
"amount": "20000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0xfdb4b511f6ae1f270776e500b3360217d5e7ed03",
"scheme": "exact",
"network": "eip155:8453",
"amountAtomic": "20000"
}
]
}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.