生成新的充值地址。
This endpoint generates new addresses for a given chain’s slip44 and returns them in a JSON response. The number of addresses to generate can be specified in the request body. The endpoint checks if the user has permission to add new addresses and if the requested number of addresses is within the allowed limit. It also checks if the requested chain is supported and generates the addresses using the specified wallet. The response contains a list of generated addresses.
This field contains the API key.
This field contains the nonce.
This field contains the signature.
Chain's slip44 code, such as Bitcoin is 0, Ethereum is 60, Tron is 195. Refer to Registered coin types
x >= 0The number of addresses to generate, default is 1
1 <= x <= 200