Create a new wallet
Wallets
Create Wallet
Creates a new wallet with the specified name and default assets (BRLV and wBRLY if applicable).
POST
Create a new wallet
Path Parameters
Body
application/json
Name for the new wallet
Example:
"My Trading Wallet"
Blockchain that this wallet will be supported on
Available options:
tempo, eth-mainnet, eth-base Example:
"eth-base"
Custom metadata to associate with the wallet
Example:
{ "label": "treasury" }Whether this wallet should be visible in the UI (defaults to false)
Example:
false
Response
Wallet created successfully