v1
latestOpenAPI 3.1.02026-07-13570316.1 KBWallets
Create User Wallet
Create a user wallet with a wallet based on their authentication strategy. This endpoint creates a wallet in advance that can be claimed later when the user authenticates.
Authentication: This endpoint requires backend authentication using the x-secret-key header. The secret key should never be exposed publicly.
post/v1/wallets/user
Request body
Example request
{
"type": "email",
"email": "test@test.com"
}Response
Successfully created a user wallet with wallet.