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

Required string length: 36

Body

application/json
publicWalletAddress
string
required

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

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

Response

201 - application/json
id
string
required
Required string length: 36
name
string
required
chain
enum<string>
required
Available options:
ETH,
EVM,
FLOW,
SOL,
ALGO,
STARK,
COSMOS,
BTC,
ECLIPSE
publicKey
string
required

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

Maximum length: 255
provider
enum<string>
required
Available options:
browserExtension,
custodialService,
walletConnect,
qrCode,
deepLink,
embeddedWallet,
smartContractWallet
properties
object
lastSelectedAt
string | null