Wallet infrastructure
built for production crypto
One API for Ethereum, Polygon, BSC, and XRP. Generate HD wallets, sign transactions, stream webhooks, and index chains — without running a single node.
Smarter, faster, and more secure
wallet operations.
Drop a few lines of code in your app and Magnet handles HD derivation, signing, broadcasts, confirmations, indexing, and webhook delivery — across every chain you support.
Typed, idiomatic clients for every major runtime. Drop into prod in under five lines.
- New wallet
- Generate address
- Add webhook
From zero to on-chain
in four API calls.
Wallet creation, signing, broadcasting, and event delivery — without running any of it yourself.
Create a wallet in one call
POST a chain, network, and policy. We generate an HD wallet, encrypt the seed per-tenant, and hand you back a wallet ID.
"chain": "ethereum",
"network": "mainnet",
"policy": { "threshold": 2, "signers": 3 }
}
Generate addresses on demand
Derive fresh receive addresses on any supported chain — SegWit, Taproot, EVM. We store the derivation path so you don't have to.
Sign with a passkey
End users approve transactions with Face ID, Touch ID, or a security key. No seed phrases, no extension, no phishable secret.
Stream events to your app
Subscribe to confirmations, transfers, contract events. Signed, retried, idempotent. Webhooks fire within a block of confirmation.
Programmatic wallets, signed your way.
Generate hierarchical deterministic wallets, manage permissions, and sign transactions with passkeys, multi-sig, or API keys. Tenant-scoped encryption keeps keys isolated by default.
- BIP39 / 44 / 49 / 84 / 86 supportFull HD derivation, SegWit and Taproot, on every chain we support.
- Passkey & WebAuthn signingHardware-backed approval flows — no seed phrases for your end users.
- Tenant-scoped encryptionPer-tenant keys, audited permission checks on every wallet operation.
Everything you need to ship crypto
without operating it.
Five composable services. One API surface. Zero infrastructure to babysit.
RPC endpoints, ready when you are.
Dedicated archive nodes for Ethereum, Polygon, BSC, and XRP. Auto-failover, regional replicas, and 99.99% uptime — without the DevOps tax.
Crypto checkout in 4 lines.
Accept payments in any supported asset. Auto-swap to USDC, settle to your treasury wallet.
Real-time chain events.
Subscribe to confirmations, transfers, contract events. Signed, retried, idempotent.
Query any chain like a database.
Pre-indexed addresses, balances, and transactions. SQL-style filters, sub-second responses.
Five lines of code,
and you're on-chain.
A typed SDK in every major language. REST and WebSocket APIs. Postman & OpenAPI specs out of the box.
- Typed SDKsTypeScript, Python, Go, and Rust. All idiomatic, all tree-shakeable.
- Open source helpersWebhook signature verification, retry loops, and chain decoders on GitHub.
- Idempotent endpointsWallet to retry. Stable request IDs. Wrapper response format documented.
- Sandbox networksFree testnet access for Sepolia, Amoy, BSC testnet, and XRP testnet.
import { Magnet } from '@magnet/sdk';
const bs = new Magnet({ apiKey: process.env.BS_KEY });
const wallet = await bs.wallets.create({
chain: 'ethereum',
network: 'mainnet',
policy: { threshold: 2, signers: 3 }
});
const address = await wallet.newAddress();
console.log(address.value); // 0x4a2b…3c19
One platform, built for
every shape of crypto business.
Add crypto to a fintech, without becoming a custodian.
Embed multi-chain wallets behind your KYC stack. Settle to fiat rails through your existing PSP. Stay focused on the experience, leave the keys to us.
- Tenant-scoped wallets per customer
- Per-user passkey signing
- Sweep to treasury wallets
- 1099 / tax export endpoints
Simple, usage-based pricing.
Start free. Pay for what you use. No per-seat fees, no surprise gas markup.
- 100 wallets / month
- Sandbox networks only
- All five services
- Community support
- Idempotent API keys
- 10,000 wallets / month
- All mainnets + testnets
- Webhooks & indexing included
- Multi-sig policies
- Email & Slack support
- 99.9% uptime SLA
- Unlimited wallets
- Dedicated archive nodes
- Custom retention
- Tenant isolation guarantees
- Dedicated TAM
- 99.99% uptime SLA + custom
Teams shipping crypto
in production trust us.
“We replaced an in-house custody stack with Magnet in a weekend. The passkey flow alone saved us six months of WebAuthn work.”
“Their indexing endpoints are stupid fast. We dropped TheGraph and a Postgres replica and our p95 went from 2s to 90ms.”
“We process eight figures per month through Magnet webhooks. Zero missed events in a year. That's what we pay for.”