Sub-wallets for a given Sonr Identity.
This endpoint allows you to retrieve a group by providing the group id. Refer to the list at the top of this page to see which properties are included with group objects.
curl https://core.build/accounts/idx1ww62uhp0y69a9cgzwwhpgg2eawdaxrpkpxj6v9 \ -H "Authorization: Bearer {jwt}"
{
"success": true,
"accounts": {
"address": "idx1ww62uhp0y69a9cgzwwhpgg2eawdaxrpkpxj6v9",
"did": "did:sonr:idx1ww62uhp0y69a9cgzwwhpgg2eawdaxrpkpxj6v9",
"coin_type": "CoinType_SONR",
"public_key": "A369J+Syr2wOZKuwlQ5QPSS7+t8X0M26+MoCeBsi1DYq",
"type": "Sonr/ecdsa-secp256k1"
},
}