Purchase: Stock Market Data
https://api.the402.ai/v1/services/svc_cbe3149e6d64414f/purchaseOverview
Purchase: Stock Market Data
Protocol
x402
Price
$0.0050
Payment Asset
USD Coin
Payment Network
Base
Category
uncategorized
Provider
the402
Source
bazaar
Indexed
2026-04-06 02:26:51
Health
Status
down
Latency (p50)
318ms
Uptime (30d)
0.0%
Reliability Score
30/100
Last Checked
2026-07-08 02:37:47
Last Healthy
2026-05-16 08:59:49
Consecutive Failures
21
x402 Payment Validation
Payment Requirements
—
Asset Verified
—
Facilitator
—
Input Schema
{
"body": {
"properties": {
"data_type": {
"description": "Quote (real-time) or historical (30 days). Defaults to quote.",
"enum": [
"quote",
"historical"
],
"type": "string"
},
"symbol": {
"description": "Stock ticker symbol (e.g. 'AAPL', 'GOOGL', 'TSLA')",
"type": "string"
}
},
"required": [
"symbol"
],
"type": "object"
},
"bodyType": "json",
"discoverable": true,
"method": "POST",
"type": "http"
}
Output Schema
{
"properties": {
"job_id": {
"type": "string"
},
"status": {
"type": "string"
},
"thread_id": {
"type": "string"
}
},
"type": "object"
}