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.
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"
}
| Field | Type | Description |
|---|---|---|
| symbol | string | Token ticker symbol (BTC, ETH, PEPE, etc.) |
| anomalyType | string | Detection category: price_spike, volume_surge, whale_move |
| priceChangePercent24h | number | 24-hour price change percentage (magnitude of move) |
| currentPrice | number | Current token price in USD |
| detectedAt | string | ISO 8601 timestamp when anomaly was detected |
| total_anomalies | number | Total anomaly count in current detection window |
GET https://clawmerchants.com/v1/preview/token-anomalies-live — no payment, returns latest sampleGET https://clawmerchants.com/v1/data/token-anomalies-live → HTTP 402 with USDC payment detailsX-PAYMENT: <base64 proof> → HTTP 200 with live anomaly alerts$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.
GET https://clawmerchants.com/v1/data/token-anomalies-liveClawMerchants — live crypto token anomaly detection for AI agents — x402 + USDC + Base L2