agents.x402stock.xyz
https://agents.x402stock.xyz/api/v1/grouped-dailyEnd-of-day OHLCV bars for every US-listed ticker on a single date; one call returns the entire market. Pass `?date=YYYY-MM-DD` (required). From x402stock, a pay-per-call market & economic data API for AI agents. No API key or account; pay in USDC via x402.
Reliability & health
Uptime and response time from our own unpaid probes, plus the reliability score built from them.
Uptime
100.0% avgResponse time
p50 1415ms · p95 3107msData table
| Bucket | Uptime | Probes | Response time |
|---|---|---|---|
| 7/25/2026, 12:00:00 AM | 100% | 1 | 1364ms |
| 7/26/2026, 12:00:00 AM | 100% | 1 | 1532ms |
| 7/27/2026, 12:00:00 AM | 100% | 1 | 1584ms |
| 7/28/2026, 12:00:00 AM | 100% | 1 | 1313ms |
| 7/29/2026, 12:00:00 AM | 100% | 1 | 1390ms |
| 7/30/2026, 12:00:00 AM | 100% | 1 | 1661ms |
| 7/31/2026, 12:00:00 AM | 100% | 1 | 2920ms |
| 8/1/2026, 12:00:00 AM | 100% | 1 | 1396ms |
| 8/2/2026, 12:00:00 AM | 100% | 1 | 1617ms |
| 8/3/2026, 12:00:00 AM | 100% | 1 | 3511ms |
| 8/4/2026, 12:00:00 AM | 100% | 1 | 1533ms |
| 8/5/2026, 12:00:00 AM | 100% | 1 | 1448ms |
| 8/6/2026, 12:00:00 AM | 100% | 1 | 1380ms |
| 8/7/2026, 12:00:00 AM | 100% | 1 | 1973ms |
| 8/8/2026, 12:00:00 AM | 100% | 1 | 1746ms |
| 8/9/2026, 12:00:00 AM | 100% | 1 | 1574ms |
| 8/10/2026, 12:00:00 AM | 100% | 1 | 1325ms |
| 8/11/2026, 12:00:00 AM | 100% | 1 | 1490ms |
| 8/12/2026, 12:00:00 AM | 100% | 1 | 1490ms |
| 8/13/2026, 12:00:00 AM | 100% | 1 | 1422ms |
| 8/14/2026, 12:00:00 AM | 100% | 1 | 1407ms |
| 8/15/2026, 12:00:00 AM | 100% | 1 | 1726ms |
| 8/16/2026, 12:00:00 AM | 100% | 1 | 2063ms |
| 8/17/2026, 12:00:00 AM | 100% | 1 | 1364ms |
| 8/18/2026, 12:00:00 AM | 100% | 1 | 354ms |
| 8/19/2026, 12:00:00 AM | 100% | 20 | 376ms |
| 8/20/2026, 12:00:00 AM | 100% | 21 | 368ms |
| 8/21/2026, 12:00:00 AM | 100% | 19 | 454ms |
- Availability
- 100
- Latency
- 63
- Security
- 100
- Transparency
- 61
- Activity
- not yet measured
How often it was reachable when we probed it (weight 35%).
How quickly it answers when it is up — fast scores high (weight 20%).
Whether it serves over working TLS / https (weight 15%).
Whether the operator disclosed what it does — description, schema, identity (weight 15%).
Observed on-chain payments to this endpoint's wallet — transactions, volume, and distinct paying wallets over the last month (weight 15%; not yet measured when we have not seen its wallet settle).
Confidence 100% — how much probe evidence backs this score. A thin history is flagged, not hidden.
See the scoring methodology for exactly how each number is computed.
Payment
- Currencies
- USDC
- Networks
- base
- Facilitator
- unknown
- SDK
- unknown
Operator
- Company
- inferred — unknown
- Jurisdiction
- —
- Registrar
- GoDaddy.com, LLC
- Domain registered
- 2026-05-30
- Hosting network
- RS-1125
- Hosting country
- —
Operator context is derived from public RDAP/TLS records and unverified. Company and country are only available for endpoints that publish them (an OV/EV TLS certificate or a non-redacted domain record); most endpoints are CDN-fronted and disclose neither.
On-chain activity (base)
Payout address changed 3 times, last on 8/13/2026
- 0x8b70…44d1 → 0x7d88…b00d (base) · 8/13/2026
- 0x6604…f776 → 0x8b70…44d1 (base) · 8/8/2026
- 0xd4fd…51aa → 0x6604…f776 (base) · 7/25/2026
A changed payout address is worth a second look — it can be routine, but it is also how a hijacked listing redirects funds.
Only payments settled on chains and facilitators we index.
Response schema
{
"additionalProperties": false,
"properties": {
"adjusted": {
"type": "boolean"
},
"as_of": {
"type": "string"
},
"count": {
"type": "number"
},
"date": {
"type": "string"
},
"results": {
"items": {
"additionalProperties": false,
"properties": {
"close": {
"type": "number"
},
"high": {
"type": "number"
},
"low": {
"type": "number"
},
"open": {
"type": "number"
},
"ticker": {
"type": "string"
},
"timestamp": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"trade_count": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"volume": {
"type": "number"
},
"vwap": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
}
},
"required": [
"ticker",
"open",
"high",
"low",
"close",
"volume",
"vwap",
"trade_count",
"timestamp"
],
"type": "object"
},
"type": "array"
},
"source": {
"const": "x402stock",
"type": "string"
}
},
"required": [
"source",
"as_of",
"date",
"count",
"results"
],
"type": "object"
}