---
title: "List tokens where wallet is fee share admin"
method: GET
path: "/fee-share/admin/list"
tags: ["Fee Share Admin"]
---

# List tokens where wallet is fee share admin

`GET /fee-share/admin/list`

Returns a list of token mints where the given wallet is the fee share admin.

## Query parameters

- `wallet` string, required

## Response `200`

Successfully retrieved admin token list

- object
  - `success` boolean, required
  - `response` object
    - `tokenMints` string[], required — Array of token mint public keys where the wallet is the fee share admin

## Other responses

- `400` — Bad request - Invalid wallet address
- `401` — Unauthorized - Invalid or missing API key
- `500` — Internal server error

---

[API](https://skmtc.net/bags/apis/bags-public-api-v2.md) · [All operations](https://skmtc.net/bags/apis/bags-public-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bags/bags-public-api-v2/versions/4a14b82cd39d/schema)
