GET
/
token-launch
/
creator
/
v3
Get token launch creators (v3)
curl --request GET \
  --url https://public-api-v2.bags.fm/api/v1/token-launch/creator/v3 \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "response": [
    {
      "username": "<string>",
      "pfp": "<string>",
      "royaltyBps": 123,
      "isCreator": true,
      "wallet": "<string>",
      "provider": "apple",
      "providerUsername": "<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 creators

The response is of type object.