post https://www.quidax.com/api/v1/users//wallets//addresses?
Create a Payment Address for a wallet, once you call the API, a wallet address would be created, then you would need to call the fetch_payment_by_id
endpoint with the wallet id to get the wallet address that has been created.
Helpful Note
You can't create multiple wallet addresses for assets on the bep20 blockchain.
Webhooks for Wallet Generation
Wallet addresses are generated in the background. Upon completion of the process, we send a webhook notification named wallet.address.generated to your system, confirming the successful creation of the wallet address.