Daily on-chain stats — transaction count, active addresses, gas usage. Supports ...
https://api.tickersfeed.net/chain/base/statsOverview
Daily on-chain stats — transaction count, active addresses, gas usage. Supports Base, Ethereum, Arbitrum, Optimism. $0.002 USDC per call.
Protocol
x402
Price
$0.0020
Payment Asset
USD Coin
Payment Network
Base
Category
crypto/transactions
Provider
tickersfeed
Source
bazaar
Indexed
2026-06-13 18:15:40
Health
Status
unknown
Latency (p50)
—
Uptime (30d)
—
Reliability Score
—
Last Checked
Never
Last Healthy
Never
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
—
Asset Verified
—
Facilitator
—
Input Schema
{
"discoverable": true,
"method": "GET",
"queryParams": {
"chain": {
"description": "Chain name: base, ethereum, arbitrum, optimism",
"type": "string"
},
"days": {
"description": "Lookback days, max 30 (default 7)",
"type": "number"
}
},
"type": "http"
}
Output Schema
{
"chain": "base",
"daily_stats": [
{
"active_addresses": 200000,
"date": "2026-06-12",
"tx_count": 5000000
}
]
}