Create BSC Wallets
This endpoint allows you to create BSC wallets.
To create a BSC wallet for a user, the /wallet/create-bsc-wallet
API endpoint requires two parameters in the request:
userEmail
- The email address of the user for which you want to create the wallet. This links the wallet to their account.blockChainSupported
- Specify 'BNB' to indicate the wallet should be created on the Binance Smartchain.
POST
https://dev-api.altra.click/wallet/create-bsc-wallet
Request Body
The wallet creation API request will return a wallet address that can send and receive USDC stablecoin on the Binance Smartchain.
Specifically, the response will contain:
walletAddress
- The public BSC address tied to the created wallet.asset
- USDC and USDT, the supported stablecoins on this wallet
Once a wallet is created successfully, users can top up the address by depositing USDC tokens on Binance Smartchain.
Last updated