x402stock Crypto Pair OHLCV Aggregates is a paid API for AI agents from x402stock.xyz, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).
Returns historical OHLCV candlestick bar data for a cryptocurrency trading pair over a specified time range and timespan granularity, paid per request in USDC via x402.
Pay-per-call market and economic data API for AI agents: US stocks, ETFs and options, forex, crypto and on-chain perps, energy commodities, US and global macro (Fed, CPI, jobs, GDP, Treasury, World Bank), SEC filings, congressional trades, and market sentiment. No API keys, no accounts. Pay per request in USDC via x402 on Base.
A JSON object containing the ticker symbol, an as_of timestamp, the data source label ('x402stock'), and a data object with a count and an array of candlestick bars — each bar includes open, high, low, close, volume, VWAP, trade count, and an ISO timestamp — plus an adjusted boolean flag.
GEThttps://x402stock.xyz/api/v1/crypto/%7Bpair%7D/aggregatesUse this endpoint when you need historical OHLCV candlestick data for a specific cryptocurrency pair and want pay-per-call access with no API key or account setup, paying $0.02 USDC per request via x402 on Base. Prefer this over subscription-based data providers when running AI agents that need on-demand crypto price history for backtesting, charting, or analysis.
| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"type": "json",
"example": {
"data": {
"bars": [
{
"low": 192.5,
"high": 196,
"open": 193,
"vwap": 194.8,
"close": 195.12,
"volume": 50000000,
"timestamp": "2026-05-28T04:00:00.000Z",
"trade_count": 450000
}
],
"count": 1,
"adjusted": true
},
"as_of": "2026-05-29T20:00:00.000Z",
"source": "x402stock",
"ticker": "AAPL"
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"