Quick Start
Quick Start
Get started with the IBEx Wallet API in 5 minutes.
1. Get your API key
Contact the IBEx team to get your API key and configure your project.
2. Create a wallet (Passkey mode)
3. Sign in
4. Execute a transaction
Authentication modes
The API supports 4 authentication modes:
| Mode | wallet= | Use case |
|---|---|---|
| Passkeys | passkeys (default) | Biometric/security key — most secure |
| KDF | kdf | PIN/password-derived key — no biometrics needed |
email | Email OTP + encrypted backup — email-first onboarding | |
| EOA+7702 | 7702 | Existing EOA wallet → Smart Account upgrade |
See the API Reference for full endpoint documentation.