← Back to marketplace

RagRadar — Base Chain Intelligence

external

AI-powered on-chain analytics for Base. 28 REST endpoints + 18 MCP tools. Smart money tracking, whale alerts, token intelligence, DeFi yields, and more.

by Vercel32 endpoints100% uptime315ms avg

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

Base URL

https://ragradar.vercel.app

Endpoints (32)

Discovered from on-chain x402 payment activity. Prices shown are per-call in USDC.

POST/api/arbitrum/gmx/liquidations
base$0.0200

Recent GMX liquidations feed. Arbitrum-specific.

POST/api/arbitrum/gmx/stats
base$0.0200

GMX V2 stats — open interest, volume, fees. Arbitrum-specific.

POST/api/defi/dashboard
base$0.0300

DeFi dashboard — yields + protocols + TVL + movers combined

POST/api/history/%7Bchain%7D/%7Baddress%7D
base$0.0100

Recent transaction history — supports Base + Arbitrum

POST/api/intelligence/token/%7Baddress%7D
base$0.0500

Complete token intelligence — safety + whale + smart money + snipers combined

POST/api/intelligence/wallet/%7Baddress%7D
base$0.0500

Complete wallet intelligence — portfolio + smart money + sniper + risk combined

POST/api/market/pulse
base$0.0500

Real-time market pulse — whale picks + smart money activity + top movers + yields

POST/api/portfolio/%7Bchain%7D/%7Baddress%7D
base$0.0050

Wallet token portfolio — supports Base + Arbitrum

POST/api/risk/%7Baddress%7D
base$0.0300

Risk assessment — token safety + whale concentration + smart money signal

POST/api/smart-money/activity
base$0.0200

What smart money wallets are buying right now on Base

POST/api/smart-money/token/%7Baddress%7D
base$0.0200

Find smart money buyers of a token

POST/api/smart-money/wallet/%7Baddress%7D
base$0.0200

Smart money analysis for a wallet

POST/api/sniper/token/%7Baddress%7D
base$0.0100

Early buyers (snipers) analysis for a token

POST/api/sniper/trending
base$0.0100

Top snipers from trending tokens on Base

POST/api/sniper/wallet/%7Baddress%7D
base$0.0100

Sniper track record for a wallet

POST/api/solana/new-tokens
base$0.0100

New Solana tokens — recently created pools (degen alpha signal).

POST/api/solana/snipers/%7Bmint%7D
base$0.0100

Solana sniper tracker — early buyers detection for a token. Shows who bought in first 5 minutes.

POST/api/solana/snipers/%7Bmint%7D/score
base$0.0100

Solana sniper score — how much sniping activity on this token (0-100).

POST/api/solana/token-safety/%7Bmint%7D
base$0.0200

Solana token safety — rug check, honeypot, holder analysis. GoPlus + GeckoTerminal data.

POST/api/solana/top-volume
base$0.0100

Top Solana pools by 24h volume.

POST/api/solana/trending
base$0.0100

Trending Solana pools — top tokens by activity on Solana DEXes.

POST/api/summary/%7Bchain%7D/%7Baddress%7D
base$0.0200

Full wallet analytics: portfolio, history, activity — supports Base + Arbitrum

POST/api/wallet-risk/%7Baddress%7D
base$0.0300

Wallet risk scoring — age, activity patterns, scam interaction, bot detection

POST/api/whale/accumulation
base$0.0200

Accumulation signals — tokens being accumulated by large buyers

POST/api/whale/alerts
base$0.0100

Recent whale alerts — large transfers from known whale wallets

POST/api/whale/alerts/%7Btoken%7D
base$0.0200

Token whale activity — holder concentration, risk score

POST/api/whale/heatmap
base$0.0100

Whale heatmap — tokens ranked by whale activity score

POST/api/whale/movements
base$0.0100

Cross-token whale activity — volume, buy/sell ratio

POST/api/yields
base$0.0200

Real-time DeFi yields on Base — Morpho, Moonwell, Aerodrome. Sorted by APY.

POST/api/yields/best/%7Basset%7D
base$0.0100

Best yield for a specific asset (USDC, ETH, etc.) across all Base DeFi protocols

POST/api/yields/rebalance
base$0.0500

Rebalance recommendation — compare your current yield vs best available

POST/api/yields/risk
base$0.0200

DeFi yields categorized by risk level (low/medium/high)

Payment

Protocolx402 (direct payment, USDC)
Networkbase

How to call

Via APIHub (recommended)No wallet · pay with credits · gasless
# 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.app
APIHub pays the provider on your behalf and debits your credit balance for the exact amount. No wallet setup, no gas, no per-call signing.
Via direct x402 (advanced)Bring your own wallet
import { 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();
Requires USDC on Base and gas on each call. The @x402/fetch client signs EIP-3009 transferWithAuthorization for each 402 response and retries.

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.