← Back to directory

OHLCV candles for a DEX pool (open/high/low/close/volume) at minute/hour/day res...

https://x402-services-production.up.railway.app/api/analytics/ohlcv

Overview

OHLCV candles for a DEX pool (open/high/low/close/volume) at minute/hour/day resolution. Send { chain, pool, timeframe?, limit? }. Charting data for any pool.

Protocol x402
Price $0.0030
Payment Asset USD Coin
Payment Network Base
Category uncategorized
Provider x402-services-production
Source bazaar
Indexed 2026-07-15 00:15:19

Health

Status unknown
Latency (p50)
Uptime (30d)
Reliability Score
Last Checked Never
Last Healthy Never
Consecutive Failures 0

x402 Payment Validation

Payment Requirements
Asset Verified
Facilitator

Input Schema

{ "bodyFields": { "chain": { "description": "Chain, default base", "required": false, "type": "string" }, "limit": { "description": "Max candles", "required": false, "type": "number" }, "pool": { "description": "0x pool/pair address", "required": true, "type": "string" }, "timeframe": { "description": "minute, hour (default), or day", "required": false, "type": "string" } }, "bodyType": "json", "discoverable": true, "method": "POST", "type": "http" }