CASHPER
THE GHOST MANUAL

Read the signal. Keep the spirit.

Cashper turns public Solana activity into a calmer, more useful view. Here is the tiny manual for the ghost in your browser.

THE SHORT VERSION

Three moves to clarity.

Start with an address, then let the data become a story.

01

Bring an address

Paste a public Solana wallet or token address. No wallet connection required.

02

Read the pulse

Monitor recent activity, SOL flow, token holdings, and retrieval coverage.

03

Find the pattern

Open Analyze for deterministic summaries, activity mix, and top interactions.

HOW TO READ CASHPER

Evidence first. Vibes second.

Every tab has a job, so the output feels useful instead of mysteriously decorative.

MonitorWhat happened?

Recent public transactions, flows, and activity categories.

AnalyzeWhat does it mean?

A concise readout of patterns found in the selected time window.

ProtectWhat should I notice?

Context and caution before you act. Cashper never signs for you.

FOR BUILDERS WITH GOOD INTENTIONS

Small API. Useful payload.

All routes are read-only and address-scoped. Windows support 24h, 7d, and 30d.

GET/api/v1/address/:address

Identity, balance, token holdings, and high-level wallet context.

GET/api/v1/address/:address/activity?window=7d

Recent transactions, activity categories, SOL flow, and coverage metadata.

GET/api/v1/address/:address/analysis?window=7d

Readable signal summary built from the same public activity window.

Example responseJSON
{
  "data": {
    "address": "your-public-address",
    "activities": [],
    "coverage": {
      "window": "7d",
      "retrievedTransactions": 42,
      "limit": 100,
      "partial": false
    }
  },
  "meta": {
    "source": "helius",
    "status": "available"
  }
}
IMPORTANT LITTLE DETAIL

Partial means partial.

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 LONGER READS

Pick your flavor of ghost lore.

The product docs explain the tools. The whitepaper explains the why. The roadmap explains what comes next.

Whitepaper

Architecture, philosophy, privacy, security, token role, and long-term vision.

Read whitepaper

Roadmap

Seven milestones from foundation and Monitor to Ghost Intelligence and ecosystem expansion.

See roadmap
KEEP YOUR WITS

Look twice. Sign once.

Cashper reads public on-chain information. It does not custody funds, request your seed phrase, or approve transactions.

Analyze an address