Skip to main content
POST
/
comment
Post a comment on a pool
curl --request POST \
  --url https://launch-forum-v1.raydium.io/comment \
  --header 'Content-Type: multipart/form-data' \
  --header 'ray-token: <ray-token>' \
  --form 'poolId=<string>' \
  --form 'wallet=<string>' \
  --form 'text=<string>' \
  --form file='@example-file'

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.

Headers

ray-token
string
required

JWT token from Auth API

Body

multipart/form-data
poolId
string
required

Pool/Mint ID

wallet
string
required

Commenter wallet

text
string
required

Comment text (max 2000 chars)

file
file

Optional image (max 5MB)

Response

Comment posted successfully