balances

Get baalnces associated with a wallet address.

Request Parameters:

NameTypeDescriptionExample

walletAddress (required)

String

The wallet address for which to retrieve the balance

0x3G9b800bB6805239E9F9C5027F894917C7a71e41

networkName (required)

String

The network name for which to retrieve the balance

bsc

Request URL Example:

https://api.magpiefi.xyz/balance-manager/balances?walletAddress=0x710Ba8dc63290640f14F0f823faD0Fa49B91C5Ab&networkNames=ethereum

Response Example:

[
  {
    "walletAddress": "string",
    "tokenAddress": "string",
    "networkId": 0,
    "amount": "string"
  }
]

Last updated