> ## Documentation Index
> Fetch the complete documentation index at: https://docs.raydium.io/llms.txt
> Use this file to discover all available pages before exploring further.

# LaunchLab Mint API

> Search, leaderboards, per-mint metadata, vesting queries, and mint-creation flows for LaunchLab tokens.

The Mint API provides comprehensive access to LaunchLab token creation, discovery, and management. Query mints by name, symbol, or creator, retrieve leaderboards, and submit new mint creation requests.

## API Endpoints

**Mainnet:** [https://launch-mint-v1.raydium.io](https://launch-mint-v1.raydium.io)\
**Devnet:** [https://launch-mint-v1-devnet.raydium.io](https://launch-mint-v1-devnet.raydium.io)

## Authentication

Read operations require no authentication. Write operations (mint creation) require a `ray-token` header issued by the Auth API after wallet signature verification.

[Auth API Documentation](/api-reference/launch-auth-v1/overview)

## Use Cases

* **Search and discover** tokens by name or symbol
* **View leaderboards** (top mints by market cap, latest, hottest)
* **Retrieve user statistics** (creation and trading volume over time)
* **Query vesting schedules** for token unlock information
* **Submit mint creation** requests with metadata and images
* **Track referrer rewards** from platform referral programs

## Related Resources

[LaunchLab Platform Overview](/products/launchlab)\
[Forum API](/api-reference/launch-forum-v1/overview)\
[History API](/api-reference/launch-history-v1/overview)
