Sub-wallets for a given Sonr Identity.
This endpoint allows you to create a new account. Refer to the list at the top of this page to see which properties are included with group objects.
curl https://core.build/accounts/create/bitcoin/account2 \ -H "Authorization: Bearer {jwt}"
{
"success": true,
"accounts": {
"address": "14J8ZooEkYR1TguviJomPvYd5JGVpzN3Um",
"did": "did:btcr:14J8ZooEkYR1TguviJomPvYd5JGVpzN3Um",
"coin_type": "CoinType_BTC",
"type": "Sonr/ecdsa-secp256k1"
},
}