Generates a new developer-controlled wallet or batch of wallets within a wallet set, specifying blockchain and wallet name.
The created Wallets
Creates 1 Wallet on ETH-SEPOLIA and 1 Wallet on MATIC-AMOY, under the WalletSet with ID 00000000-0000-0000-0000-000000000000:
ETH-SEPOLIA
MATIC-AMOY
00000000-0000-0000-0000-000000000000
await client.createWallets({ walletSetId: '00000000-0000-0000-0000-000000000000', count: 1, blockchains: ['ETH-SEPOLIA', 'MATIC-AMOY'],}) Copy
await client.createWallets({ walletSetId: '00000000-0000-0000-0000-000000000000', count: 1, blockchains: ['ETH-SEPOLIA', 'MATIC-AMOY'],})
Generates a new developer-controlled wallet or batch of wallets within a wallet set, specifying blockchain and wallet name.