This endpoint facilitates the creation of multiple new blockchain subaddresses for a specified chain based on the provided requirements. It allows the creation of addresses, enhancing efficiency for operations that need to manage multiple wallet addresses for a single chain.
Object: The request body 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 6.
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.