B
$0.002
per call · USD Coin on Base
Access to api/v2/stats. Retrieve blockchain network statistics and metrics
Endpoint
GET https://api.blockscout.com/:chain_id/api/v2/stats7
Calls / 30d
1
Unique payers / 30d
Aug 31
Last called
exact
Payment scheme
Call this service
TypeScript · @x402/fetch
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://api.blockscout.com/:chain_id/api/v2/stats", {
method: "GET",
});
const data = await res.json();cURL
curl -X GET \
"https://api.blockscout.com/:chain_id/api/v2/stats" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"average_block_time": 0,
"coin_image": "string",
"coin_price": "string",
"coin_price_change_percentage": 0,
"gas_price_updated_at": "string",
"gas_prices": {},
"gas_prices_update_in": 0,
"gas_used_today": {},
"market_cap": "string",
"network_utilization_percentage": 0,
"secondary_coin_image": "string",
"secondary_coin_price": "string",
"static_gas_price": "string",
"total_addresses": "string",
"total_blocks": "string",
"total_gas_used": "string",
"total_transactions": "string",
"transactions_today": "string",
"tvl": "string"
}Payment details
Pay to
0xd441d9f4c59cb26253e2f0a7a62ac9ce7823b4b4Asset
USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913NetworksBase
Schemesexact
Is this your API?
Pin it to the top of Onchain Data and the homepage with a featured placement.
More from Blockscout & similar services
B
Blockscout · Tokens Holders
api.blockscout.com
Access to api/v2/tokens/:address_hash/holders. List addresses holding a specific token sorted by balance
GETBaseOnchain Data
$0.002 / call142 calls / 30d
B
Blockscout · Addresses
api.blockscout.com
Access to api/v2/addresses/:address_hash. Retrieve detailed information about a specific address or contract
GETBaseOnchain Data
$0.002 / call72 calls / 30d
B
Blockscout · Tokens
api.blockscout.com
Access to api/v2/tokens/:address_hash. Retrieve detailed information about a specific token
GETBaseOnchain Data
$0.002 / call51 calls / 30d