This endpoint allows the user to fetch Bitcoin wallet balance.
Last updated 11 months ago
To fetch the BSC wallet balance for a user, the /wallet/check-bsc-usdc-balance API endpoint requires one parameter in the request:
/wallet/check-bsc-usdc-balance
userWalletAddress - The wallet address of the user for BSC blockchain.
userWalletAddress
POST https://dev-api.altra.click/wallet/check-bsc-usdc-balance
POST
https://dev-api.altra.click/wallet/check-bsc-usdc-balance
// fetch user BSC wallet balance { "userWalletAddress": "0x5928f76cffaf9adbd4a1658520caec0731b1c4c9" }
userWalletAddress*
Required