AI-powered on-chain analytics for Base. 28 REST endpoints + 18 MCP tools. Smart money tracking, whale alerts, token intelligence, DeFi yields, and more.
Price
from $0.0050
up to $0.0500 per request
Network
base
Category
ai
On-chain txns
23
Uptime
100%
Avg latency
315ms
Checks
29
Status
Healthy
Discovered from on-chain x402 payment activity. Prices shown are per-call in USDC.
Recent GMX liquidations feed. Arbitrum-specific.
GMX V2 stats — open interest, volume, fees. Arbitrum-specific.
DeFi dashboard — yields + protocols + TVL + movers combined
Recent transaction history — supports Base + Arbitrum
Complete token intelligence — safety + whale + smart money + snipers combined
Complete wallet intelligence — portfolio + smart money + sniper + risk combined
Real-time market pulse — whale picks + smart money activity + top movers + yields
Wallet token portfolio — supports Base + Arbitrum
Risk assessment — token safety + whale concentration + smart money signal
What smart money wallets are buying right now on Base
Find smart money buyers of a token
Smart money analysis for a wallet
Early buyers (snipers) analysis for a token
Top snipers from trending tokens on Base
Sniper track record for a wallet
New Solana tokens — recently created pools (degen alpha signal).
Solana sniper tracker — early buyers detection for a token. Shows who bought in first 5 minutes.
Solana sniper score — how much sniping activity on this token (0-100).
Solana token safety — rug check, honeypot, holder analysis. GoPlus + GeckoTerminal data.
Top Solana pools by 24h volume.
Trending Solana pools — top tokens by activity on Solana DEXes.
Full wallet analytics: portfolio, history, activity — supports Base + Arbitrum
Wallet risk scoring — age, activity patterns, scam interaction, bot detection
Accumulation signals — tokens being accumulated by large buyers
Recent whale alerts — large transfers from known whale wallets
Token whale activity — holder concentration, risk score
Whale heatmap — tokens ranked by whale activity score
Cross-token whale activity — volume, buy/sell ratio
Real-time DeFi yields on Base — Morpho, Moonwell, Aerodrome. Sorted by APY.
Best yield for a specific asset (USDC, ETH, etc.) across all Base DeFi protocols
Rebalance recommendation — compare your current yield vs best available
DeFi yields categorized by risk level (low/medium/high)
# one-time setup
npx @apihubio/cli register
npx @apihubio/cli topup 10
# call it
npx @apihubio/cli call https://ragradar.vercel.app \
-X POST \
-d '{ /* check provider docs for input */ }'
# or save it to Claude/Cursor/Codex
npx @apihubio/cli install
npx @apihubio/cli add https://ragradar.vercel.appimport { wrapFetchWithPayment } from "@x402/fetch";
import { createWalletClient, http } from "viem";
import { privateKeyToAccount } from "viem/accounts";
import { base } from "viem/chains";
const account = privateKeyToAccount("0xYOUR_PRIVATE_KEY");
const client = createWalletClient({ account, chain: base, transport: http() });
const x402Fetch = wrapFetchWithPayment(client);
const res = await x402Fetch("https://ragradar.vercel.app", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({ /* check provider docs for input */ }),
});
const data = await res.json();This is an external service not operated by APIHub. Listing data is sourced from public on-chain records and third-party indexes. Payment goes directly to the service provider via the x402 protocol. APIHub does not guarantee availability, accuracy, or quality of external services.