# Relai Token Chart — Multi-Chain OHLCV with AI Technical Analysis

> Relai Token Chart — Multi-Chain OHLCV with AI Technical Analysis is a paid API for AI agents from relai.fi, paid per call via x402, $1.000000/call, status unknown (last checked 2026-09-15).

Returns OHLCV candlestick bars and volume metrics for a token across multiple chains, plus AI-generated technical analysis and trading signals.

## Facts

- Endpoint: POST https://relai.fi/api/relay/1769629274857/x402/bitquery/tokenchart
- Price: $1.000000/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/relai-fi-bc1f8e61
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Ra3VSGNY2_sWGbJigkwKx

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 relai-fi-bc1f8e61 -d '<json body>'
```

Example prompt: Pull OHLCV candlestick data for ETH on a 1-hour interval for the last 30 days and give me the AI technical analysis and trading signals for it.

## When to prefer this

Use this endpoint when you need structured OHLCV candlestick data combined with AI-generated technical analysis for a specific token — especially useful for trading agents that need both raw chart data and interpreted signals in a single call. Prefer over generic price APIs when you need volume metrics alongside open/high/low/close bars, or when you want built-in AI technical analysis rather than computing indicators yourself. Supports both EVM contract addresses and canonical symbols like BTC, ETH, ADA.

## Known failure modes

- Unsupported chain or token address returns error
- Invalid token symbol or contract address returns no data
- Payment of exactly $1 USDC required; insufficient payment results in 402 rejection
- Unsupported timeframe or interval parameter causes malformed request error
- CoinGecko data unavailable for top-100 asset fallback
- Bitquery data unavailable for on-chain token

## How this service works

Multi-chain OHLCV candlesticks and volume metrics for tokens, with built-in AI technical analysis for charting and trading signals.

## Output

Full OHLC bars (open, high, low, close) with volume metrics for the requested token and timeframe, plus AI-generated technical analysis commentary and trading signals derived from the price action.

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "properties": {
    "body": {
     "type": "object",
     "properties": "[Circular Reference]"
    }
   }
  },
  "output": {
   "properties": {
    "example": {
     "result": {},
     "status": "completed",
     "analysis": {}
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/relai-fi-bc1f8e61/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from relai.fi](https://www.zero.xyz/host/relai.fi/llms.txt)
