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

---

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