Docs
reference
Create new wallet under Sonr Identity

Create new wallet under Sonr Identity

Sub-wallets for a given Sonr Identity.

Create account

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.

Request

GET
/accounts/create/:coin_type/:name
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"
  },
}