Bring an address
Paste a public Solana wallet or token address. No wallet connection required.
Cashper turns public Solana activity into a calmer, more useful view. Here is the tiny manual for the ghost in your browser.
Start with an address, then let the data become a story.
Paste a public Solana wallet or token address. No wallet connection required.
Monitor recent activity, SOL flow, token holdings, and retrieval coverage.
Open Analyze for deterministic summaries, activity mix, and top interactions.
Every tab has a job, so the output feels useful instead of mysteriously decorative.
Recent public transactions, flows, and activity categories.
A concise readout of patterns found in the selected time window.
Context and caution before you act. Cashper never signs for you.
All routes are read-only and address-scoped. Windows support 24h, 7d, and 30d.
/api/v1/address/:addressIdentity, balance, token holdings, and high-level wallet context.
/api/v1/address/:address/activity?window=7dRecent transactions, activity categories, SOL flow, and coverage metadata.
/api/v1/address/:address/analysis?window=7dReadable signal summary built from the same public activity window.
{
"data": {
"address": "your-public-address",
"activities": [],
"coverage": {
"window": "7d",
"retrievedTransactions": 42,
"limit": 100,
"partial": false
}
},
"meta": {
"source": "helius",
"status": "available"
}
}The API exposes retrieval coverage so the UI can be honest. A partial result is still useful, but it should never pretend to be the whole chain.
retrievedTransactionsHow many records were returned.limitThe maximum records requested for the window.partialWhether the result may not represent the full window.meta.statusWhether the upstream source is available.The product docs explain the tools. The whitepaper explains the why. The roadmap explains what comes next.
Architecture, philosophy, privacy, security, token role, and long-term vision.
Read whitepaperSeven milestones from foundation and Monitor to Ghost Intelligence and ecosystem expansion.
See roadmapCashper reads public on-chain information. It does not custody funds, request your seed phrase, or approve transactions.