الانتقال إلى المحتوى الرئيسي
POST
/
comment
انشر تعليقًا على مجموعة
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.

الترويسات

ray-token
string
مطلوب

رمز JWT من Auth API

الجسم

multipart/form-data
poolId
string
مطلوب

معرّف المجموعة/Mint

wallet
string
مطلوب

محفظة المعلّق

text
string
مطلوب

نص التعليق (الحد الأقصى 2000 حرف)

file
file

صورة اختيارية (الحد الأقصى 5MB)

الاستجابة

تم نشر التعليق بنجاح