POST
/
users
/
{userId}
/
wallets

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

userId
string
required

UUID of the user

Body

application/json
publicWalletAddress
string
required

Valid blockchain wallet address, must be an alphanumeric string without any special characters

chain
enum<string>
required
Available options:
ETH,
EVM,
FLOW,
SOL,
ALGO,
STARK,
COSMOS,
BTC
walletName
string
required
walletProvider
enum<string>
required
Available options:
browserExtension,
custodialService,
walletConnect,
qrCode,
deepLink,
embeddedWallet,
smartContractWallet
additionalWalletAddresses
object[]

Response

201 - application/json
id
string
required

UUID of the user

name
string
required
chain
enum<string>
required
Available options:
ETH,
EVM,
FLOW,
SOL,
ALGO,
STARK,
COSMOS,
BTC
publicKey
string
required

Valid blockchain wallet address, must be an alphanumeric string without any special characters

provider
enum<string>
required
Available options:
browserExtension,
custodialService,
walletConnect,
qrCode,
deepLink,
embeddedWallet,
smartContractWallet
properties
object