v1
latestOpenAPI 3.1.02026-07-265086129.5 KBAnalytics
Get token launch creators (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.
get/token-launch/creator/v3
Query parameters
tokenMintstring required
Public key of the token mint
Response
Successfully retrieved token creators
Example response
{
"success": true,
"response": [
{
"provider": "twitter"
}
]
}