Docs
reference
Get an Identity's Wallet Account

Get an Identity's Wallet Account

Sub-wallets for a given Sonr Identity.

Get Account

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.

Request

GET
/accounts/:address
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"
  },
}