Prerequisites
- API Key: Ensure you have an API key with the scopes:
wallets.create
.
Create a Wallet
Parameters
The chain to use the wallet on.See all supported chains for more details. On staging only testnet chains are supported.Note: For EVM-compatible chains, wallets are created for all
chains as part of the shared address space derived from the same private key. However, to
interact with a specific chain using the SDK, you must instantiate a wallet object per chain.
This allows the SDK to correctly route interactions to the appropriate network configuration.
The options to use the wallet with.
Returns
The created wallet.