---
title: "List fee-eligible tokens for a wallet"
method: GET
path: "/api/v2/{coin}/wallet/{walletId}/feeTokens"
tags: ["Wallet"]
---

# List fee-eligible tokens for a wallet

`GET /api/v2/{coin}/wallet/{walletId}/feeTokens`

Returns tokens eligible to pay gas fees for the wallet, joined with wallet balances,
sorted descending by balance. Zero-balance tokens are included with `disabled: true`.
Support is coin-specific — see `CoinWithFeeEligibleTokens` in wallet-platform.

## Path parameters

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

## Response `200`

OK

- GetFeeTokensResponse
  - `feeTokens` object[], required
    - `tokenContractAddress` string, required
    - `coin` string, required
    - `name` string, required
    - `decimalPlaces` number, required
    - `balanceString` string, required
    - `disabled` boolean, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

## Changes

> 16 revisions in range; 3 could not be searched.

- **2026-08-12** `0136642b89d7` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/bitgo/apis/bitgo-api/changes/api/v2/:coin/wallet/:walletId/feeTokens/get.md)

---

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