cURL
curl --request POST \ --url https://api.brl.xyz/api/v0/wallets \ --header 'Content-Type: application/json' \ --data ' { "wallet-name": "My Trading Wallet" } '
{ "wallet": { "address": "0x1234567890abcdef1234567890abcdef12345678", "assets": [ "eth-base/brlv", "eth-base/wbrly" ] } }
Creates a new wallet with the specified name and default assets (BRLV and wBRLY if applicable).
Name for the new wallet
"My Trading Wallet"
Wallet created successfully
Show child attributes
Ethereum wallet address
"0x1234567890abcdef1234567890abcdef12345678"
List of supported assets for this wallet
eth-base/brlv
fiat/brl
eth-base/usdt
fiat/usd
eth-base/wbrly
eth-base/usdc
["eth-base/brlv", "eth-base/wbrly"]