dev.gavedu.com publishes 2 machine-payable endpoints over the x402 protocol, priced from $0.02 to $0.05 per call. Each was probed directly; the response code below is what it returned.
| Endpoint | Method | Price | Probe |
|---|---|---|---|
| /x402/candles | GET | $0.02 | 402 |
| /x402/regime | GET | $0.05 | 402 |
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.
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 lanes.