Paste Pubkey
Inspect a vote account, stake account, or wallet from the main search bar.
Public documentation
Stake-Lens combines live Solana RPC calls with short-lived indexed datasets so validators, staking platforms, accounting teams, and support teams can inspect inflation rewards, MEV, sweeps, and delegated stake accounts.
Inspect a vote account, stake account, or wallet from the main search bar.
Fetch account type, balance, epoch, slot, commission, and selected epoch inflation.
Queue a bounded job for MEV aggregates, sweeps, delegators, and payout history.
Download visible tree rows or generate a full backend CSV for the epoch range.
Live RPC powers current account context and inflation checks. Indexed rows power MEV, sweeps, delegators, and full CSV exports.
Non-sample indexed data is retained for 7 days. Curated sample accounts are refreshed for immediate exploration.
API access
These are path examples only. Use the API host or the web proxy that matches your environment.
GET /health
GET /epoch
GET /samples
GET /accounts/:pubkey/live
GET /accounts/:pubkey/inflation?epoch=963
GET /accounts/:pubkey/mev?epoch=963
GET /accounts/:pubkey/sweeps?epoch=957
GET /accounts/:pubkey/delegators?epoch=963&limit=50&offset=0
POST /accounts/:pubkey/index
GET /accounts/:pubkey/csv
How to read the output
A vote account can show 0 SOL inflation when commission is 0%, even if thousands of delegators received stake rewards.
Jito MEV rows use aggregate reward data. The claim/status key is not a Solana transaction signature.
Sweeps are withdrawals, not rewards. They are event-driven and may not appear every epoch.