Skip to main content

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.

The Forum API enables discussion and community engagement around LaunchLab pools. Post comments with optional image attachments and retrieve pool discussion threads. All write operations require authentication via the Auth API.

API Endpoints

Mainnet: https://launch-forum-v1.raydium.io
Devnet: https://launch-forum-v1-devnet.raydium.io

Authentication

Read operations (GET): No authentication required. Write operations (POST): Requires ray-token header — a JWT issued by the Auth API after wallet signature verification. Get token from Auth API

Request Headers

When posting comments, include the authentication header:
ray-token: <jwt_token_from_auth_api>

Features

  • Post Comments: Submit text comments with optional image attachments (max 5 MB)
  • Browse Discussions: View all comments on a pool with pagination
  • Content Moderation: NSFW detection and hidden comments filtering
  • Pagination: Query with lastId and fetchType (old/new) for efficient browsing
  • Image Upload: Comments support Pinata IPFS image hosting

Use Cases

  • Community discussion around token projects
  • Project announcements and updates via comments
  • User feedback and sentiment tracking
  • Social proof and community engagement metrics
  • Content moderation with NSFW and spam detection
Auth API
Mint API
LaunchLab Platform Overview