cURL
curl --request GET \ --url https://public-api-v2.bags.fm/api/v1/token-launch/creator/v2 \ --header 'x-api-key: <api-key>'
{ "success": true, "response": [ { "username": "<string>", "pfp": "<string>", "twitterUsername": "<string>", "royaltyBps": 123, "isCreator": true, "wallet": "<string>" } ] }
Retrieve the creators/deployers of a specific token launch
API key authentication. Provide your API key as the header value.
Public key of the token mint
Successfully retrieved token creators
The response is of type object.
object