Docs
reference
Wallets API

Wallets API

Create native blockchain wallet accounts with MPC and store them in a secure enclave.

Wallet Account Model

Accounts refer to the generated blockchain specific accounts (BTC, ETH, etc.) for a given Sonr Identity.

Properties

  • Name
    address
    Type
    string
    Description

    The unique account address associated with the user on its specific blockchain.

  • Name
    name
    Type
    string
    Description

    The user defined human-readable name associated with the account.

  • Name
    did
    Type
    string
    Description

    The unique, resolvable, and cryptographically verifiable identifier. The method is by the type of Blockchain for the account.

  • Name
    coin_type
    Type
    string
    Description

    The BIIP44 coin type associated with the account.

  • Name
    chain_id
    Type
    string
    Description

    The chain identifier associated with the account.

  • Name
    public_key
    Type
    string
    Description

    The base58 encoded public key associated with the account.

  • Name
    type
    Type
    string
    Description

    Used to differentiate between various public key types, such as secp256k1, ed25519, and sr25519.