balances

Get baalnces associated with a wallet address.

Request Parameters:

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