跳轉到主要內容
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
必填

來自 Auth API 的 JWT 令牌

主體

multipart/form-data
poolId
string
必填

池/鑄造 ID

wallet
string
必填

評論者錢包

text
string
必填

評論文本(最多 2000 字元)

file
file

可選圖像(最多 5MB)

回應

評論發佈成功