Monitor Balance

Track fees for accounts you care about.

Check balance

curl "https://claimr.app/api/wallet/lookup?handle=elonmusk"
{
  "balance": {
    "pda": "1.7000",
    "vault": "0.5000",
    "total": "2.2000"
  },
  "totalWithdrawn": "5.0000"
}
  • pda - Ready to withdraw

  • vault - Needs collection first

  • total - Both combined

  • totalWithdrawn - Lifetime withdrawals

Automated collection

If you're tracking multiple accounts, run collection periodically:

Keeps funds consolidated in the PDA.

Rate limits

20 requests/minute per IP. Profile data cached 24h, balances are live from Solana.

For real-time tracking, you can also query Solana directly using the PDA address from the lookup.

Last updated