$0.07
per call · USD Coin on Base
VAPE market_intel — Base TVL with 24h/7d change, per-protocol share/category breakdown, concentration risk, 24h DEX volume, top gainers/losers, ETH/BTC prices, Fear & Greed index, global market cap, and a real-data narrative summary. Takes no input -- always a whole-of-Base snapshot, not a per-token lookup. Real on-chain/market data, no simulation.
Endpoint
GET https://vape-x402.vapex402.workers.dev/scan/market_intel42
Calls / 30d
1
Unique payers / 30d
Aug 14
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://vape-x402.vapex402.workers.dev/scan/market_intel", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://vape-x402.vapex402.workers.dev/scan/market_intel" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"base_tvl_24h_change_pct": 1.8,
"base_tvl_usd": 4100000000,
"category_breakdown_pct": {
"Dexes": 21.5,
"Lending": 34.2
},
"concentration_risk": "MEDIUM — top 3 protocols hold 48.3% of Base TVL",
"dex_volume_24h_usd": 210000000,
"fear_greed": 54,
"fear_greed_classification": "Neutral",
"global_market_cap_change_24h_pct": 0.6,
"global_market_cap_usd": 2500000000000,
"market_overview": "Base TVL sits at $4,100,000,000, up 1.8% over 24h. Lending leads the ecosystem at 34.2% of TVL...",
"prices": {
"bitcoin": 97000,
"ethereum": 3200.5
},
"top_gainers_24h": [
{
"change_24h_pct": 2.1,
"name": "Morpho"
}
],
"top_losers_24h": [],
"top_protocols": [
{
"category": "Lending",
"change_24h_pct": 2.1,
"name": "Morpho",
"share_of_base_pct": 22,
"tvl_usd": 900000000
}
]
}Payment details
0x8aab9a6d28e9aba2a15a613c90f24f352f0cce15USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Onchain Data and the homepage with a featured placement.
More from VAPE & similar services
VAPE · Data Chain Protocols
vape-x402.vapex402.workers.dev
VAPE chain_protocols — Top protocols on a chain by TVL (default Base), each with its real logo, category, and 24h/7d change — the chain-ecosystem view.
VAPE · Data Chain Overview
vape-x402.vapex402.workers.dev
VAPE chain_overview — A chain's headline TVL and its rank among all tracked chains (default Base).
VAPE · Data Yields
vape-x402.vapex402.workers.dev
VAPE yields — Yield pools filtered by chain/project/symbol, ranked by TVL, with apy/apyBase/ilRisk/exposure — enough to tell a real yield venue from a trap (huge APY + tiny TVL = red flag).