cURL
curl --request GET \ --url https://public-api-v2.bags.fm/api/v1/token-launch/feed \ --header 'x-api-key: <api-key>'
{ "success": true, "response": [ { "name": "<string>", "symbol": "<string>", "description": "<string>", "image": "<string>", "tokenMint": "<string>", "status": "PRE_LAUNCH", "twitter": "<string>", "website": "<string>", "launchSignature": "<string>", "accountKeys": [ "<string>" ], "numRequiredSigners": 123, "uri": "<string>", "dbcPoolKey": "<string>", "dbcConfigKey": "<string>" } ] }
Retrieve the token launch feed containing recent and active token launches with their current status.
API key authentication. Provide your API key as the header value.
Successfully retrieved token launch feed
true
Show child attributes