Fetch ETH Wallet Balance

This endpoint allows the user to fetch Ethereum wallet balance.

To fetch the Ethereum wallet balance for a user, the /wallet/check-eth-balance API endpoint requires one parameter in the request:

  1. userWalletAddress - The wallet address of the user for Bitcoin blockchain.

POST https://dev-api.altra.click/wallet/check-eth-balance

Request Body

NameTypeDescription

userWalletAddress*

Required

// fetch user ETH wallet balance
{
    "userWalletAddress": "0x5928f76cffaf9adbd4a1658520caec0731b1c4c9"
}
Fetch ETH USDT Wallet BalanceFetch ETH USDC Wallet Balance

Last updated