tool / quickstart

x402 API Quickstart

Every paid route on our own x402 API, with one copy-pasteable curl each. Run it as-is: no key, no signup, no schema archaeology — you get the real payment challenge back immediately.

This page exists because we hit the opposite problem building x402 Doctor: endpoints that hide their input shape deep in a discovery doc, so a checker has to guess. We're not selling a conformance report to anyone else until our own 8 routes pass that bar first — this page is that proof, and every curl on it was run against the live endpoint before this page went up, not simulated.

/telemetry$0.005

Historical profit-and-loss telemetry from our grid-trading bot (retired 2026-08-16; the endpoint serves its frozen record). Optional ?depth=N (up to 1000, $0.05) adds historical equity datapoints.

bash
curl -s https://api.stelardigital.com/telemetry

Unpaid, no arguments changed — returns HTTP 402 with the full payment challenge (scheme, network, payTo, amount) in the body. Pay it (any x402-aware HTTP client / wallet) and retry with the payment proof attached to get the real response.

/gridparams$0.05

Grid-trading parameter recommendation — grid count, spacing percent, price band, per-grid USD allocation.

bash
curl -s https://api.stelardigital.com/gridparams

Unpaid, no arguments changed — returns HTTP 402 with the full payment challenge (scheme, network, payTo, amount) in the body. Pay it (any x402-aware HTTP client / wallet) and retry with the payment proof attached to get the real response.

/regime$0.03

Market regime classification (choppy / uptrend / downtrend / high-volatility) plus a grid-trading suitability verdict.

bash
curl -s 'https://api.stelardigital.com/regime?symbol=SOL'

Unpaid, no arguments changed — returns HTTP 402 with the full payment challenge (scheme, network, payTo, amount) in the body. Pay it (any x402-aware HTTP client / wallet) and retry with the payment proof attached to get the real response.

/sentiment$0.005

Sentiment score (-1 to +1) and label for a crypto asset or arbitrary text, via Claude Haiku.

bash
curl -s 'https://api.stelardigital.com/sentiment?symbol=SOL'

Unpaid, no arguments changed — returns HTTP 402 with the full payment challenge (scheme, network, payTo, amount) in the body. Pay it (any x402-aware HTTP client / wallet) and retry with the payment proof attached to get the real response.

/pricecheck$0.005

Current price, 24h/7d percent change, and a bullish/bearish/neutral signal. Optional ?candles=N (up to 30, $0.05) adds daily OHLC candles.

bash
curl -s 'https://api.stelardigital.com/pricecheck?symbol=SOL'

Unpaid, no arguments changed — returns HTTP 402 with the full payment challenge (scheme, network, payTo, amount) in the body. Pay it (any x402-aware HTTP client / wallet) and retry with the payment proof attached to get the real response.

/risk$0.02

Volatility and drawdown risk regime — current ATR percent versus its 30-day p80 baseline.

bash
curl -s 'https://api.stelardigital.com/risk?symbol=SOL'

Unpaid, no arguments changed — returns HTTP 402 with the full payment challenge (scheme, network, payTo, amount) in the body. Pay it (any x402-aware HTTP client / wallet) and retry with the payment proof attached to get the real response.

/bundle/market-brief$1.00

Complete market brief in one call — trend regime, AI sentiment, live price, and volatility risk combined.

bash
curl -s 'https://api.stelardigital.com/bundle/market-brief?symbol=SOL'

Unpaid, no arguments changed — returns HTTP 402 with the full payment challenge (scheme, network, payTo, amount) in the body. Pay it (any x402-aware HTTP client / wallet) and retry with the payment proof attached to get the real response.

/bundle/deep-signal$2.50

Everything in /bundle/market-brief plus an AI-generated synthesis naming the single biggest risk factor.

bash
curl -s 'https://api.stelardigital.com/bundle/deep-signal?symbol=SOL'

Unpaid, no arguments changed — returns HTTP 402 with the full payment challenge (scheme, network, payTo, amount) in the body. Pay it (any x402-aware HTTP client / wallet) and retry with the payment proof attached to get the real response.

Full discovery doc

Machine-readable catalog of all resources above, with per-route pricing, tags, and Bazaar input schema: api.stelardigital.com/.well-known/x402

We run this business on these rails ourselves — live endpoints, open-source receipts, honest numbers.

See the live x402 API → x402-receipts on GitHub x402-starter-kit — do it yourself, free