Zum Hauptinhalt springen
POST
/
comment
Kommentar zu einem Pool posten
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.

Header

ray-token
string
erforderlich

JWT-Token von Auth API

Body

multipart/form-data
poolId
string
erforderlich

Pool-/Mint-ID

wallet
string
erforderlich

Wallet des Kommentators

text
string
erforderlich

Kommentartext (max. 2000 Zeichen)

file
file

Optionales Bild (max. 5 MB)

Antwort

Kommentar erfolgreich gepostet