This endpoint is designed to facilitate the creation of multiple new blockchain addresses across different chains based on the specified requirements. It allows the batch creation of addresses, enhancing efficiency for operations that need to manage multiple wallet addresses simultaneously.
Array of Objects: Each object in the array must specify the blockchain chain, the count of addresses to generate, and optionally, the type of address, which is relevant for certain chains.
chain: Specifies the blockchain type for which the address(es) will be generated. Supported values are 'BITCOIN', 'ETHEREUM', 'LITECOIN', 'TRON', 'ARBITRUM_ONE' and 'OPTIMISM'.
count: Indicates the number of addresses to generate. The value must be an integer between 1 and 10.
type (optional): Specifies the type of address to generate. For BITCOIN, the valid types are DEFAULT and P2WPKH. For all other chains, the only valid type is DEFAULT. This field defaults to DEFAULT if not provided.