Updated: Mon, 15 Jun 2026 00:21:03 GMT
CHAIN ACTIVITY
Active Wallets (24h)
—
Unique wallets on Base
Transactions (24h)
—
On-chain txs
DEX Volume (24h)
—
Across all DEXs
DEX Traders (7d)
—
Unique traders
Data unavailable
Source: Dune Analytics · base.transactions Spellbook · Updated hourly
DEX MARKETS
Data unavailable
Data unavailable
CROSS-CHAIN COMPARISON
DEX volume comparison across Base, Ethereum, Arbitrum, and Optimism
Data unavailable
Source: Dune Analytics · dex.trades Spellbook · Updated hourly
BUILDER ACTIVITY
New contracts deployed and unique deployer wallets on Base
Data unavailable
Source: Dune Analytics · base.creation_traces · Updated hourly
DEFI_FUNDAMENTALS
Total Value Locked
$4.1B
Source: DeFiLlama
Fees Generated (24h)
$1.4M
Source: DeFiLlama
DEX Volume (24h)
$457.4M
Source: DeFiLlama
Source: DeFiLlama · Values in $M · Updated every 15 min
| PROTOCOL | TYPE | TVL | 7D | 24H |
|---|---|---|---|---|
| Morpho Blue | Lending | $2.7B | +2.3% | |
| Steakhouse Financial | Risk Curators | $1.2B | +3.2% | |
| Aave V3 | Lending | $382M | +2.0% | |
| Grove Finance | Onchain Capital Allocator | $138M | +10.4% | |
| LayerZero V2 | Bridge | $91M | -0.3% | |
| Spark Liquidity Layer | Onchain Capital Allocator | $20M | +0.1% | |
| Portal | Bridge | $3M | -0.7% |
Source: DeFiLlama · Top Base protocols by TVL · Excludes CEXs
AGENT_API
Pay-per-use analytics data for AI agents. $0.01 USDC per request via x402 protocol on Base.
GET https://baised.dev/api/analyticsReturns: chain_activity (DAU, tx_count), dex (volume_24h, volume_7d, traders, market_share)
CURL EXAMPLE
curl -H "x-payment: <base64-encoded-payment>" \
https://baised.dev/api/analyticsX402 CLIENT (TypeScript)
import { withPayment } from "@x402/client";
const data = await withPayment(
"https://baised.dev/api/analytics",
{ wallet } // x402-compatible wallet on Base
);Requires x402-compatible wallet on Base mainnet · chainId: 8453
x402.org →METHODOLOGY
CHAIN ACTIVITY
DAU and transaction counts are derived from base.transactions Dune Spellbook. A "daily active wallet" is any EOA or contract that submitted at least one transaction in the rolling 24-hour window. Counts include failed transactions.
DEX VOLUME & MARKET SHARE
Volume figures from dex.trades Spellbook, which normalises swap events across all major DEXs. Market share is computed as a protocol's 7-day USD volume divided by total 7-day Base DEX volume. Double-counting is minimised by deduplicating aggregator routes.
CONTRACT DEPLOYMENTS
Contract counts from base.creation_traces. Each row represents one CREATE or CREATE2 opcode execution. Proxy deployments and factory-minted contracts are each counted individually.
REFRESH CADENCE
All Dune queries run on a 1-hour schedule. Page data is statically revalidated every 3600 s via Next.js ISR. Timestamps reflect the last server-side render, not the query execution time.
Data sourced from public blockchain records via Dune Analytics SQL · No financial advice · Numbers may lag by up to 2 hours