balance

Get the balance for a specific wallet and token.

Request Parameters:

NameTypeDescriptionExample

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:

https://api.magpiefi.xyz/balance-manager/balance?walletAddress=0x710Ba8dc63290640f14F0f823faD0Fa49B91C5Ab&tokenAddress=0x0000000000000000000000000000000000001010&networkName=ethereum

Response Example:

"string"

Last updated