Create a new wallet
POST /wallet
POST
/wallet
Creates a new wallet with the provided custodian and name.
Authorizations
Request Body required
object
custodian
required
The custodian of the wallet.
string
name
required
A unique name for the wallet.
string
Responses
200
Wallet successfully created
object
walletId
The unique ID of the wallet.
string format: uuid
name
The unique name for the wallet.
string
custodian
The custodian of the wallet.
string
address
The address of the wallet.
string
400
Bad request
object
code
integer
status
string
401
Unauthorized
object
code
integer
status
string