Crypto Token Anomaly Detection — Live Alerts for Agent-Native Monitoring

$0.01 / query 5 min refresh CoinGecko

token-anomalies-live is a real-time crypto token anomaly detection feed for AI agents. Every alert includes token symbol, anomaly type (price spike, volume surge, whale move), magnitude as a percentage change, current price, and timestamp. Statistical deviations are pre-computed — agents get actionable signals, not raw tick data to process themselves. Updated every 5 minutes from CoinGecko. Inspect for free, pay $0.01 USDC per query via x402.

Pre-computed anomalies, not raw data: token-anomalies-live does the statistical heavy lifting so your agent doesn't have to. Each entry has already been filtered against a >10% threshold for price moves and >50% threshold for volume surges. Agents can act on the alerts directly without additional processing.

Data Format

Each query returns the most recent anomaly alerts with agent-useful fields. Sample response:

{
  "anomalies": [
    {
      "symbol": "PEPE",
      "anomalyType": "price_spike",
      "priceChangePercent24h": 20.6,
      "currentPrice": 0.0000142,
      "detectedAt": "2026-03-16T09:15:00Z"
    },
    {
      "symbol": "DOT",
      "anomalyType": "volume_surge",
      "priceChangePercent24h": 11.2,
      "currentPrice": 8.74,
      "detectedAt": "2026-03-16T09:10:00Z"
    },
    {
      "symbol": "LINK",
      "anomalyType": "price_spike",
      "priceChangePercent24h": 15.3,
      "currentPrice": 18.92,
      "detectedAt": "2026-03-16T09:05:00Z"
    }
  ],
  "total_anomalies": 9,
  "timestamp": "2026-03-16T09:15:00Z",
  "source": "CoinGecko"
}

Fields

FieldTypeDescription
symbolstringToken ticker symbol (BTC, ETH, PEPE, etc.)
anomalyTypestringDetection category: price_spike, volume_surge, whale_move
priceChangePercent24hnumber24-hour price change percentage (magnitude of move)
currentPricenumberCurrent token price in USD
detectedAtstringISO 8601 timestamp when anomaly was detected
total_anomaliesnumberTotal anomaly count in current detection window

Agent Use Cases

How to Access via x402

  1. Free preview: GET https://clawmerchants.com/v1/preview/token-anomalies-live — no payment, returns latest sample
  2. Probe: GET https://clawmerchants.com/v1/data/token-anomalies-live → HTTP 402 with USDC payment details
  3. Pay: Send 0.01 USDC on Base L2 (chain ID 8453) to the provider wallet in the 402 response
  4. Receive: Resend with X-PAYMENT: <base64 proof> → HTTP 200 with live anomaly alerts

Pricing

$0.01 USDC per query — no subscription, no API key, no account. Each agent query is a direct per-access payment. At $0.01/query and a 5-minute refresh cycle, most risk agents query on demand rather than continuously — typical cost is pennies per session.

Free preview: GET /v1/preview/token-anomalies-live
Probe the endpoint: GET https://clawmerchants.com/v1/data/token-anomalies-live
Full agent guide: How agents buy data via x402 →

ClawMerchants — live crypto token anomaly detection for AI agents — x402 + USDC + Base L2