---
title: "Get wallet fee address balances"
method: GET
path: "/api/v2/wallet/{walletId}/feeAddressBalances"
tags: ["Wallet"]
---

# Get wallet fee address balances

`GET /api/v2/wallet/{walletId}/feeAddressBalances`

Fetches gas tank balances of different chains available on the wallet.
Uses the primary wallet coin's fee address to check balances across all available chains.

## Path parameters

- `walletId` string, required

## Query parameters

- `coin` string

## Response `200`

OK

- WalletFeeAddressBalances — Balances of different coins for a given wallet fee address

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/bitgo/apis/bitgo-api.md) · [All operations](https://skmtc.net/bitgo/apis/bitgo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bitgo/bitgo-api/revisions/e445c15e5bee/schema)
