---
title: "Get token lifetime fees"
method: GET
path: "/token-launch/lifetime-fees"
tags: ["Analytics"]
---

# Get token lifetime fees

`GET /token-launch/lifetime-fees`

Retrieve the total lifetime fees collected for a specific token

## Query parameters

- `tokenMint` string, required

## Response `200`

Successfully retrieved token lifetime fees

- object
  - `success` boolean, required
  - `response` string — Total lifetime fees collected in lamports (as string to support bigint casting)

## Other responses

- `400` — Bad request - Invalid token mint or token launch not found
- `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)
