跳转到主要内容
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
必填

池/Mint ID

wallet
string
必填

评论者钱包

text
string
必填

评论文本(最多 2000 字符)

file
file

可选图片(最多 5MB)

响应

评论发布成功