---
title: "Get token launch creators (v3)"
method: GET
path: "/token-launch/creator/v3"
tags: ["Analytics"]
---

# Get token launch creators (v3)

`GET /token-launch/creator/v3`

Retrieve the creators/deployers of a specific token launch. Use the 'provider' field to show a platform logo in your UI, and prefer 'providerUsername' for display when present since 'username' is a Bags internal username and optional.

## Query parameters

- `tokenMint` string, required

## Response `200`

Successfully retrieved token creators

- object
  - `success` boolean, required
  - `response` TokenLaunchCreatorV3[]
    - `username` string — Bags username of the creator (internal; may be a shortened wallet if no Bags user is linked). Prefer using providerUsername for display when provider exists.
    - `pfp` string — Profile picture URL of the creator (may be a default image if no Bags user is linked)
    - `royaltyBps` number — Royalty in basis points
    - `isCreator` boolean — Whether this user is the token creator
    - `wallet` string — Public key of the wallet
    - `provider` union — Social/auth provider for the associated account. Use this to render a platform logo. May be 'unknown' or null when not available.
      - 'apple' | 'google' | 'email' | 'solana' | 'twitter' | 'tiktok' | 'kick' | 'instagram' | 'onlyfans' | 'github' | 'moltbook' — Supported social/auth providers
      - 'unknown'
    - `providerUsername` string, nullable — Username/handle on the social provider. Prefer this for display when present; 'username' is Bags internal.
    - `twitterUsername` string — Twitter/X username of the creator, if available
    - `bagsUsername` string — Bags platform username of the creator, if available
    - `isAdmin` boolean — Whether this user is an admin of the token launch

## Other responses

- `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)
