Create a new partner-owned wallet for a user.
Your partner secret key (server-side only)
UUID for request tracing. Para returns one if omitted.
Unique key for safe retries on POST endpoints. If a request with the same key is received within 24 hours, the original response is returned without re-executing. Recommended format: UUID v4. Max length 256 characters. Returns 422 if the same key is reused with a different request body. Returns 409 if a request with the same key is still being processed.
256Blockchain network type
EVM, SOLANA, COSMOS, STELLAR User identifier (email, phone, or custom ID)
"alice@example.com"
Type of user identifier
EMAIL, PHONE, CUSTOM_ID, GUEST_ID, DISCORD, TWITTER, TELEGRAM, FARCASTER Signature scheme (defaults based on wallet type)
DKLS, CGGMP, ED25519 Bech32 prefix for Cosmos wallets
"cosmos"
Wallet created
Unique wallet identifier
"0a1b2c3d-4e5f-6789-abcd-ef0123456789"
Blockchain network type
EVM, SOLANA, COSMOS, STELLAR "EVM"
Signature scheme
DKLS, CGGMP, ED25519 "DKLS"
Wallet creation status
creating, ready ISO 8601 timestamp
"2024-01-15T09:30:00Z"
Wallet address. Present when status is ready, omitted otherwise.
"0x742d35Cc6634C0532925a3b844Bc9e7595f..."
Public key. Present when status is ready, omitted otherwise.
The user identifier associated with this wallet
"alice@example.com"
Type of user identifier
EMAIL, PHONE, CUSTOM_ID, GUEST_ID, DISCORD, TWITTER, TELEGRAM, FARCASTER