---
title: "List forwarder addresses and balances"
method: GET
path: "/api/v2/{coin}/wallet/{walletId}/forwarders/balances"
tags: ["Wallet"]
---

# List forwarder addresses and balances

`GET /api/v2/{coin}/wallet/{walletId}/forwarders/balances`

Lists all forwarder addresses and their balances for a wallet. By default, returns low-balance forwarder addresses. A forwarder address has a low balance if the number of assets in it is less than the balance times by the current gas price times the transaction gas limit.

## Path parameters

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

## Query parameters

- `minimumBalance` string, number
- `maximumBalance` string, number

## Response `200`

OK

- ForwardersBalanceResponse
  - `forwarders` object[], required
    - `address` string, required — The forwarder address.
    - `balance` string, required — Current balance of the forwarder 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)
