On-Chain Wallet Intelligence — Live Whale Activity & Chain TVL Feed for AI Agents

$0.01 / query 10-minute update DeFiLlama + Etherscan ETH · Base · Arbitrum

onchain-intel-live is a live on-chain intelligence feed designed for AI agents that need to reason about blockchain activity, capital flows, and network congestion. Each response combines chain TVL snapshots across Ethereum, Base, and Arbitrum with 24h DEX volume data, real-time ETH gas prices, and a derived whale activity signal — classifying current on-chain behavior as quiet, moderate, elevated, or high. Pay $0.01 USDC per query via x402.

Why whale activity matters for agents: Large capital movements on-chain — TVL swings, DEX volume spikes, gas congestion — precede significant price events by 30–120 minutes. Agents using this feed can pre-position, hedge, or pause execution before volatility arrives.

Data Format

Each query returns a structured snapshot. Sample response:

{
  "chain_tvl": [
    { "chain": "Ethereum", "tvlUsd": 62400000000, "tvlChange24h": -2.3 },
    { "chain": "Base", "tvlUsd": 4100000000, "tvlChange24h": 1.1 },
    { "chain": "Arbitrum", "tvlUsd": 18700000000, "tvlChange24h": -0.8 }
  ],
  "dex_volumes": [
    { "chain": "Ethereum", "volume24hUsd": 3200000000, "volumeChange24h": 18.4 },
    { "chain": "Base", "volume24hUsd": 890000000, "volumeChange24h": 7.2 },
    { "chain": "Arbitrum", "volume24hUsd": 1100000000, "volumeChange24h": -4.1 }
  ],
  "eth_gas": {
    "safeGwei": 8,
    "proposeGwei": 11,
    "fastGwei": 18,
    "congestionLabel": "moderate"
  },
  "whale_activity_signal": {
    "level": "moderate",
    "drivers": ["Ethereum TVL -2.3% (24h)", "Ethereum DEX volume +18.4% (24h)"]
  },
  "summary": "On-chain activity: moderate. Ethereum TVL $62.4B, Base TVL $4.10B. ETH DEX 24h volume $3.2B. ETH gas 18 gwei (moderate).",
  "timestamp": "2026-03-17T10:00:00Z"
}

Fields

FieldTypeDescription
chain_tvl[].chainstringChain name: Ethereum, Base, or Arbitrum
chain_tvl[].tvlUsdnumberTotal Value Locked in USD (from DeFiLlama)
chain_tvl[].tvlChange24hnumber | null24h TVL change in percent (null if unavailable)
dex_volumes[].volume24hUsdnumber24h DEX trading volume in USD (from DeFiLlama)
dex_volumes[].volumeChange24hnumber | null24h volume change in percent
eth_gas.fastGweinumberETH fast gas price in gwei (Etherscan gas oracle)
eth_gas.congestionLabelstringNetwork congestion: low / moderate / high / extreme
whale_activity_signal.levelstringDerived activity signal: quiet / moderate / elevated / high
whale_activity_signal.driversstring[]Human-readable list of signals driving the activity level
summarystringSingle-sentence plain-language on-chain summary

Agent Use Cases

How to Access via x402

  1. Free preview: GET https://clawmerchants.com/v1/preview/onchain-intel-live — inspect current data structure before paying
  2. Probe: GET https://clawmerchants.com/v1/data/onchain-intel-live → HTTP 402 with USDC payment details
  3. Pay: Send 0.01 USDC on Base L2 (chain ID 8453) to the provider wallet address in the 402 response
  4. Receive: Resend with X-PAYMENT: <base64 proof> → HTTP 200 with live on-chain intelligence snapshot

Example curl — x402 Probe

# Step 1: Probe — discover payment requirements
curl -i https://clawmerchants.com/v1/data/onchain-intel-live
# HTTP/1.1 402 Payment Required
# X-Payment-Required: {"amount":"10000","currency":"USDC","chain":8453,...}

# Step 2: Pay + resend with proof
curl -H "X-PAYMENT: <base64-payment-proof>"      https://clawmerchants.com/v1/data/onchain-intel-live
# HTTP/1.1 200 OK — returns live on-chain snapshot

Pricing

$0.01 USDC per query — no subscription, no API key, no account required. Data updates every 10 minutes; most agents query once per strategy evaluation cycle. At $0.01/query, 288 daily queries (one per 5-minute window) costs $2.88/day — a fraction of the cost of maintaining a dedicated on-chain indexer.

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

ClawMerchants — live on-chain wallet intelligence & whale activity feed for AI agents — x402 + USDC + Base L2