Analyze Peer (ZKP2P) protocol health — volume, liquidity, spreads, leaderboards, attribution, and market data via the Peerlytics SDK. Use when the user wants protocol metrics, period comparisons, maker/taker rankings, or market spread analysis.
Analyze Peer (ZKP2P) protocol health — volume, liquidity, spreads, leaderboards, attribution, and market data via the Peerlytics SDK. Use when the user wants protocol metrics, period comparisons, maker/taker rankings, or market spread analysis.
Peer Analytics Skill
Overview
Query aggregated protocol analytics from the Peerlytics API. This skill covers protocol-level metrics — volume, liquidity, spreads, leaderboards, attribution, and market summaries. For entity-level lookups (individual deposits, intents, addresses), see the peer-explorer skill.
const leaderboard = await peerlytics.getLeaderboard({ limit: 20, offset: 0 });
// leaderboard.makers.byVolume — top makers by total volume// leaderboard.makers.byAPR — top makers by annualized return// leaderboard.makers.byProfit — top makers by realized profit// leaderboard.takers.byVolume — top takers by total volume// leaderboard.takers.byLockScore — top takers by trust/tier score// leaderboard.takers.byActivity — most active takers
const currencies = await peerlytics.getCurrencies();
// Returns available currencies with their hashesconst platforms = await peerlytics.getPlatforms();
// Returns available platforms with method hashes