Get Global Protocol Analytics
Fetch global analytics for a specific protocol
Retrieve comprehensive ecosystem-wide analytics and insights for specific protocols.
Primary Uses:
Protocol ecosystem analysis
Market research and competitive intelligence
User base sizing and distribution analysis
Multi-chain adoption tracking
Analytics Include:
Total Users: Complete wallet count across all chains
Network Distribution: Chain-by-chain usage breakdown
Transaction Volume: Total protocol interactions
Score Distribution: User quality segmentation
Growth Metrics: Adoption trends and patterns
Returns: Comprehensive protocol analytics with multi-chain insights
Retrieves comprehensive global analytics for a specific protocol.
Name of the protocol to get global analytics for.
aave
API key for authentication
cf1cec687fe2938f62d6b53b460b0db9998f64ef612e974980cff8423597ec93
GET /zpass/api/analytics/global/{protocol_name} HTTP/1.1
Host: api.myzscore.ai
x-api-key: cf1cec687fe2938f62d6b53b460b0db9998f64ef612e974980cff8423597ec93
Accept: */*
Global analytics for the specified protocol
{
"protocol": "aave",
"totalWallets": 1722669,
"uniqueNetworksCount": 17,
"totalTransactions": 43020282,
"networkStats": [
{
"network": "polygon",
"transactionCount": 15980804,
"uniqueWalletCount": 432213
},
{
"network": "arbitrum",
"transactionCount": 5978711,
"uniqueWalletCount": 362240
}
],
"scoreRanges": [
{
"range": {
"start": 0,
"end": 100
},
"walletCount": 12787
},
{
"range": {
"start": 100,
"end": 200
},
"walletCount": 1273520
}
],
"updatedAt": "2025-05-30T17:58:33.399Z"
}