AddWalletAddress

Generates a new address in a wallet for the specificied blockchain network.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Creates a new blockchain address within an existing wallet. You can either add a new address to a blockchain already associated with the wallet, or add a new blockchain to the wallet if supported.

Behavior and Address Derivation

  1. Addresses are derived using the appropriate MPC (Multi-Party Computation) key for the target blockchain.
    1. ECDSA-based chains: Bitcoin, Ethereum, Binance Smart Chain, etc.
    2. EdDSA-based chains: Solana
  2. The correct MPC key is automatically selected for you based on the blockchain.
  3. If no compatible key is available for the requested blockchain, the API will return an error

Blockchain-Specific Behavior

  • UTXO-based blockchains (e.g., Bitcoin, Litecoin): Support creation of multiple unique addresses.
  • EVM-based blockchains (e.g., Ethereum, Binance Smart Chain): All addresses created within the same wallet will share the same address, due to deterministic derivation from the same MPC key.
Path Params
string
required

ID of wallet

Body Params
string
required

The external identifier for the network.

Headers
string

CSRF Token

Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json