# JarvisClaw Market Candles

> JarvisClaw Market Candles is a paid API for AI agents from api.jarvisclaw.ai, paid per call via x402, $0.045/call, status unknown (last checked 2026-09-15).

Fetches OHLCV candlestick (price chart) data for a specified trading market via a pay-per-call x402 API gateway

## Facts

- Endpoint: GET https://api.jarvisclaw.ai/v1/marketplace/markets/candles
- Price: $0.045/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/jarvisclaw-market-candles-88044947
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_W7OK67-tzs_lJfwv2rHvG

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability jarvisclaw-market-candles-88044947
```

Example prompt: Can you pull the last 100 hourly candles for BTC/USDC from JarvisClaw so I can run a moving average analysis?

## When to prefer this

Choose this endpoint when you need on-demand, pay-per-call OHLCV candlestick data for crypto markets without a subscription, especially when paying with USDC on Base or Solana via the x402 protocol. Useful for agents that need price history for technical analysis, backtesting, or charting without committing to a recurring data feed subscription.

## Known failure modes

- Invalid market symbol returns 400 or empty result
- Unsupported interval parameter causes error response
- Payment failure via x402 returns 402 Payment Required
- Rate limit exceeded returns 429
- Unknown market pair returns empty candles array
- Start/end timestamp out of available data range returns partial or empty results

## How this service works

AI API Gateway with smart routing, pay per call via x402. OpenAI-compatible. Settled in USDC on Base & Solana.

## Output

Returns an array of OHLCV candlestick records for the requested market and interval, each containing open, high, low, close, and volume values along with a timestamp, suitable for charting or technical analysis.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Request parameters"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/jarvisclaw-market-candles-88044947/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.jarvisclaw.ai](https://www.zero.xyz/host/api.jarvisclaw.ai/llms.txt)
