MuchFi
Portfolio

Get Balances

Wallet token holdings

GET
/balances

Query Parameters

walletstring

Wallet address

Response Body

curl -X GET "https://integrated-api.mainnet.muchfi.xyz/api/balances?wallet=string"
{
  "balances": [
    {
      "token": {
        "address": "string",
        "name": "string",
        "symbol": "string",
        "decimals": 0,
        "totalSupply": "string",
        "logoUri": "string",
        "priceUsd": 0
      },
      "balance": "string",
      "valueUsd": 0
    }
  ]
}