Create a Wallet
POST/v1/wallets
Headers:
X-API-Key: sk_...X-Request-Id(optional)
userIdentifieris the user handle you want Para to anchor the wallet to (for example email, phone, or your own customer id). Para enforces one wallet per(type, scheme, userIdentifier)combination for the partner.userIdentifierTypetells Para how to validate and normalize the identifier. Use:EMAIL: standard email format.PHONE: E.164 or otherlibphonenumber-supported formats.CUSTOM_ID/GUEST_ID: partner-defined strings; Para stores them for later lookups.TELEGRAM: numeric Telegram user id.DISCORD/TWITTER: string handles; Para performs best-effort validation.
- Scheme: omit to use defaults (DKLS for EVM/COSMOS, ED25519 for SOLANA). COSMOS
cosmosPrefixdefaults tocosmos. - Status: starts as
creating; onceready,addressandpublicKeyare present.
Get a Wallet
GET/v1/wallets/:walletId
Headers:
X-API-Key: sk_...X-Request-Id(optional)
address and publicKey are omitted until the wallet reaches ready. A missing wallet returns 404 Not Found.