Passer au contenu principal
POST
/
comment
Publier un commentaire sur un 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.

En-têtes

ray-token
string
requis

Token JWT de l'API Auth

Corps

multipart/form-data
poolId
string
requis

ID du Pool/Mint

wallet
string
requis

Portefeuille du commentateur

text
string
requis

Texte du commentaire (2000 caractères max)

file
file

Image optionnelle (5 Mo max)

Réponse

Commentaire publié avec succès