post https://api.utila.io/v2/vaults//wallets//addresses
Generates a new address in a wallet for the specificied blockchain network.
The address is derived from the appropriate MPC key that is used by that blockchain,
i.e. ECDSA for Bitcoin and Ethereum, and EdDSA for Solana.
The MPC key will be selected automatically for you. If a key is not available,
an error will be returned.
Currently, creation of multiple addresses is supported only for UTXO-based blockchains.
Addresses in the EVM protocol family (Ethereum, Binance Smart Chain, etc.) generated in
the same wallet will share the same address. This abstraction is useful for DeFi applications,
where identical addresses are used across multiple blockchains.