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

200
application/json

Successfully retrieved token lifetime fees

The response is of type object.