x402stock Crypto Pair Daily Open/Close Price is a paid API for AI agents from x402stock.xyz, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).
Returns the daily open and close price for a given cryptocurrency trading pair on a specified date
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 (e.g. X:BTCUSD), the date, the open price, the close price, a source label of 'x402stock', and an as_of timestamp indicating data freshness.
GEThttps://x402stock.xyz/api/v1/crypto/%7Bpair%7D/open-closeUse this endpoint when you need the exact daily open and close price for a specific crypto trading pair on a specific historical date, especially when integrating with AI agent workflows that pay per call in USDC via x402 on Base and require no API keys or account setup.
{
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"date": "2024-01-15",
"pair": "BTC-USD"
}
}
}| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"data": {
"date": "2024-01-15",
"open": 41698.13,
"close": 42520
},
"as_of": "2024-01-15T00:00:00.000Z",
"source": "x402stock",
"ticker": "X:BTCUSD"
}{
"type": "json",
"example": {
"data": {
"date": "2025-05-15",
"open": 103540.91,
"close": 103786.43
},
"as_of": "2025-05-15T00:00:00.000Z",
"source": "x402stock",
"ticker": "X:BTCUSD"
}
}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"