Crypto market data bundle: BTC/ETH OHLCV candles (Coinbase) with pre-computed EMA10/EMA30, RSI14 and trend/range/chop regime label per request — one call replaces fetch + indicator math.
# 1. Ask the endpoint what it costs (no payment, no wallet needed): curl -i -X GET 'https://dev.gavedu.com/x402/candles' # -> HTTP/1.1 402 Payment Required # the response carries the price, asset and pay-to address. # 2. Pay and retry with any x402 client: npx x402-fetch 'https://dev.gavedu.com/x402/candles'
Endpoint: https://dev.gavedu.com/x402/candles. Operated by dev.gavedu.com, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.
ETH market regime signal (TREND-UP/TREND-DOWN/RANGE/CHOP) from EMA10/30 gap+slope+RSI over Coinbase hourly closes — the exact classifier gating our trading lane…