$0.005
per call · USD Coin on Base
Historical telemetry from our retired grid-trading bot - allocation, reconciled P&L, signal votes, and the human-approval trail for every trade. The bot stopped trading 2026-08-16; this endpoint serves its frozen record.
Endpoint
GET https://api.stelardigital.com/telemetry7
Calls / 30d
7
Unique payers / 30d
Sep 8
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://api.stelardigital.com/telemetry", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://api.stelardigital.com/telemetry?depth=1000" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"bots": {
"BTC": 261.67,
"SOL": 340.12,
"XLM": 210.55
},
"source": "Stelar Digital grid bot (retired 2026-08-16, frozen record) — exchange-ledger reconciled, fee-inclusive",
"total_pnl_usd": 812.34,
"updated_at": 1720400000
}Payment details
0x32d711c66dd1ad0c42d0cfe48e58ee5f2de7c243USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Market Data and the homepage with a featured placement.
More from Stelar Digital & similar services
Stelar Digital · Pricecheck
api.stelardigital.com
Current price, 24h and 7d percent change, and a bullish/bearish/neutral signal for a crypto asset (SOL, BTC, ETH, XRP, DOGE, LTC, ADA, XLM). For agents needing a fast price-and-momentum check before a trade decision. Optional ?candles=N (up to 30, $0.05) adds N closed daily OHLC candles.
Stelar Digital · Sentiment
api.stelardigital.com
Sentiment score (-1 bearish to +1 bullish) and label for arbitrary text, or for a crypto asset based on its recent price action, via Claude Haiku. For agents gauging market mood or scoring news, social posts, or free text.
Stelar Digital · Regime
api.stelardigital.com
Crypto market regime classification (choppy / uptrend / downtrend / high-volatility) for SOL, BTC, ETH, XRP, DOGE, LTC, ADA, or XLM, plus a grid-trading suitability verdict. Computed from 1h klines, a 30-day volatility baseline, and EMA trend detection — the same classifier that steers a live production grid bot. For agents deciding whether a pair is grid-tradeable right now.