---
title: "Get token launch feed"
method: GET
path: "/token-launch/feed"
tags: ["Token Launch"]
---

# Get token launch feed

`GET /token-launch/feed`

Retrieve the token launch feed containing recent and active token launches with their current status.

## Response `200`

Successfully retrieved token launch feed

- object
  - `success` boolean, required
  - `response` TokenLaunchFeedItem[]
    - `name` string, required — Token name
    - `symbol` string, required — Token symbol
    - `description` string, required — Token description
    - `image` string, required — Token image URL
    - `tokenMint` string, required — Public key of the token mint
    - `status` 'PRE_LAUNCH' | 'PRE_GRAD' | 'MIGRATING' | 'MIGRATED', required — Status of the token launch
    - `twitter` string, nullable — Twitter URL
    - `website` string, nullable — Website URL
    - `launchSignature` string, nullable — Launch transaction signature
    - `accountKeys` string[], nullable — Public keys of accounts involved in the launch transaction
    - `numRequiredSigners` number, nullable — Number of required signers for the launch transaction
    - `uri` string, nullable — Token metadata URI
    - `dbcPoolKey` string, nullable — Public key of the Meteora DBC pool
    - `dbcConfigKey` string, nullable — Public key of the Meteora DBC pool config

## Other responses

- `401` — Unauthorized - Invalid or missing API key
- `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)
