MovingWallet provides real-time wallet health scoring, approval risk scanning, and migration pattern data. Integrate in one line.
Rabby, MetaMask, and any browser wallet can surface pre-connection risk scoring with a single API call.
// Check wallet health before connecting
const res = await fetch(`https://api.movingwallet.io/api/v1/approvals/${address}`)
const { hasRiskyApprovals, unlimitedCount } = await res.json()When a user buys a Ledger or Trezor, show them exactly what they need to move and how.
Use case
When a user buys a Ledger, show them exactly what they need to move and how — in a single embedded flow inside your onboarding.
No custody. No key exposure. Users sign directly from their existing wallet.
Access aggregated, anonymized on-chain migration intelligence — ready to embed in research or news coverage.
Pick what fits your stack. No SDK lock-in, no vendor dependency.
REST API
GET /api/v1/wallet-score/:addressStandard JSON over HTTPS. No SDK needed. Works from any server or browser context.
Embeddable Widget
<mw-wallet-score address="0x..." />One script tag. Drop into any webpage. Renders wallet health inline.
Webhook
Coming soonPOST your-endpoint.io/hookGet notified when users complete migrations. Useful for onboarding triggers.
Tell us your use case and we will get back within 24 hours.
hello@movingwallet.io