Fetch Polygon Wallet Balance

This endpoint allows the user to fetch Polygon wallet balance.

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

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

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

Request Body

NameTypeDescription

userWalletAddress*

Required

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

Last updated