---
title: "Get gas tank balance"
method: GET
path: "/api/v2/{coin}/enterprise/{enterpriseId}/feeAddressBalance"
tags: ["Enterprise"]
---

# Get gas tank balance

`GET /api/v2/{coin}/enterprise/{enterpriseId}/feeAddressBalance`

Returns gas tank balance and address for an asset.

## Path parameters

- `enterpriseId` string, required
- `coin` string, required — A cryptocurrency or token ticker symbol.

## Response `200`

OK

- FeeAddressBalanceResponse
  - `balance` string — Total balance in enterprise gas tank.
  - `address` string — The gas tank (fee) address associated with the enterprise.

## Other responses

- `400` — Bad Request
- `404` — Not Found

---

[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)
