balance
Get the balance for a specific wallet and token.
Request Parameters:
Name | Type | Description | Example |
---|---|---|---|
walletAddress (required) | String | The wallet address for which to retrieve the balance | 0x3G9b800bB6805239E9F9C5027F894917C7a71e41 |
tokenAddress (required) | String | The token address for which to retrieve the balance | 0xb58e26ac9cc14c0422c2b419b0ca555ee4dcb7cb |
networkName (required) | String | The network name for which to retrieve the balance | bsc |
Request URL Example:
Response Example:
Last updated