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