S

StablecoinPulse · Depeg Tick

by StablecoinPulse

GETBaseSolanaArbitrumPolygonWorld ChainMonadX LayerHyperEVMAlgorandXRP LedgerBNB Chain

$0.01

per call · USD Coin on Base

Stablecoin peg tick — USDT, USDC, USDS, DAI, USDe, USD1 in ONE $0.01 call: live price, deviation from $1, 24h change, and a deterministic STABLE / WATCH / ALERT verdict per coin. Built for monitoring loops: call it every cycle, escalate to /api/depeg-watch for the single-coin deep read when a verdict is not STABLE. 60s freshness, cited to CoinGecko, no LLM in the path.

Endpoint

GET https://stablecoinpulse.theaslangroupllc.com/api/depeg-tick

9

Calls / 30d

6

Unique payers / 30d

Sep 8

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
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://stablecoinpulse.theaslangroupllc.com/api/depeg-tick", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://stablecoinpulse.theaslangroupllc.com/api/depeg-tick" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "coins": [
    {
      "change_24h_pct": 0.01,
      "deviation_pct": -0.04,
      "price_usd": 0.9996,
      "symbol": "USDT",
      "verdict": "STABLE"
    }
  ],
  "deep_read": "https://stablecoinpulse.theaslangroupllc.com/api/depeg-watch?symbol=USDT ($0.15)",
  "market_verdict": "ALL_STABLE"
}

Payment details

Pay to0x50ab2018c06c6e4eaa9ba52057eb55ed284912fc
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana, Arbitrum, Polygon, World Chain, Monad, X Layer, HyperEVM, Algorand, XRP Ledger, BNB Chain
Schemesexact

Is this your API?

Pin it to the top of Developer Tools and the homepage with a featured placement.

Get featured →

More from StablecoinPulse & similar services