wallets
Creates a new wallet for the user
Creates a new wallet for the user. Note that this API is not meant for creating embedded wallets. To create embedded wallets use the /embeddedWallets endpoint.
POST
/
users
/
{userId}
/
wallets
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
UUID of the user
Required string length:
36
Body
application/json
Valid blockchain wallet address, must be an alphanumeric string without any special characters
Maximum length:
255
Available options:
ETH
, EVM
, FLOW
, SOL
, ALGO
, STARK
, COSMOS
, BTC
Maximum length:
255
Available options:
browserExtension
, custodialService
, walletConnect
, qrCode
, deepLink
, embeddedWallet
, smartContractWallet
Response
201 - application/json
Required string length:
36
Available options:
ETH
, EVM
, FLOW
, SOL
, ALGO
, STARK
, COSMOS
, BTC
Valid blockchain wallet address, must be an alphanumeric string without any special characters
Maximum length:
255
Available options:
browserExtension
, custodialService
, walletConnect
, qrCode
, deepLink
, embeddedWallet
, smartContractWallet