# fastapi.online — Kraken OHLC Data

> fastapi.online — Kraken OHLC Data is a paid API for AI agents from api.fastapi.online, paid per call via x402, $0.001/call, status down (last checked 2026-09-16).

Fetches OHLC (Open/High/Low/Close) candlestick price data for a trading pair from Kraken exchange at a specified time interval

## Facts

- Endpoint: POST https://api.fastapi.online/kraken-ohlc
- Price: $0.001/call
- Payment: x402
- Status: down
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/fastapi-online-kraken-ohlc-data-d1cf8396
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mjYNiqCjLpKycvcscsj5Z

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 fastapi-online-kraken-ohlc-data-d1cf8396 -d '<json body>'
```

Example prompt: Can you pull the hourly OHLC candlestick data for BTC/USD from Kraken so I can check the recent price action?

## When to prefer this

Choose this endpoint when you need Kraken-sourced OHLC candlestick data specifically, without needing a Kraken account or API key — ideal for lightweight, pay-per-call crypto market data access via crypto micropayment. Best for agents or bots that need occasional price bar lookups rather than a high-frequency streaming feed.

## Known failure modes

- Invalid trading pair symbol returns an error or empty result
- Unsupported interval value causes a validation or bad request error
- Kraken API upstream unavailability causes a service error
- Rate limiting or payment failure causes a 402 or 429 response
- Malformed request body missing required fields causes a 422 error

## How this service works

Chat, embeddings, OCR, speech-to-text, image editing, image understanding (captioning/Q&amp;A), text-to-speech, translation, writing tools, classification tools, developer tools, local utilities, format/checksum validators, encoding &amp; crypto utilities, date/time calculators, geo/coordinate math, math &amp; finance calculators, novelty tools, and business/social writing generators — 179 endpoints in all, across multiple specialized self-hosted models. Pay per call with crypto — no signup — or get an API key.

## Output

Returns OHLC (Open/High/Low/Close) candlestick data for the specified trading pair and time interval from the Kraken exchange, typically including arrays of timestamp, open, high, low, close, volume, and possibly VWAP values per candle.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "pair": {
   "type": "string"
  },
  "interval": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/fastapi-online-kraken-ohlc-data-d1cf8396/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.fastapi.online](https://www.zero.xyz/host/api.fastapi.online/llms.txt)
