---
title: "Detect new token launches"
method: POST
path: "/launches"
tags: ["Tokens"]
---

# Detect new token launches

`POST /launches`

Spot fresh token deployments on pump.fun and Raydium.

## Query parameters

- `hours` integer

## Request body

- object
  - `hours` integer — Lookback window in hours
  - `minLiquidity` number — Minimum liquidity filter in USD

## Response `200`

Recent token launches

- TokenLaunchesResponse
  - `count` integer
  - `window_hours` integer
  - `launches` object[]
    - `mint` string
    - `name` string
    - `symbol` string
    - `platform` string — pump.fun, Raydium, etc.
    - `age_minutes` integer
    - `initial_liquidity_usd` number

## Other responses

- `402` — Payment required

---

[API](https://skmtc.net/solsigs/apis/solsigs-solana-data-apis-for-ai-agents.md) · [All operations](https://skmtc.net/solsigs/apis/solsigs-solana-data-apis-for-ai-agents/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/solsigs/solsigs-solana-data-apis-for-ai-agents/revisions/296e44870ad2/schema)
