GET
/
token-launch
/
lifetime-fees
Get token lifetime fees
curl --request GET \
  --url https://public-api-v2.bags.fm/api/v1/token-launch/lifetime-fees \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "response": "<string>"
}

Authorizations

x-api-key
string
header
required

API key authentication. Provide your API key as the header value.

Query Parameters

tokenMint
string
required

Public key of the token mint

Response

Successfully retrieved token lifetime fees

success
boolean
required
Example:

true

response
string

Total lifetime fees collected in lamports (as string to support bigint casting)