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
Documentation Index
Fetch the complete documentation index at: https://docs.crown-brlv.com/llms.txt
Use this file to discover all available pages before exploring further.
Body
application/json
Name for the new wallet
Example:
"My Trading Wallet"
Blockchain that this wallet will be supported on
Available options:
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