Chuyển đến nội dung chính
POST
/
comment
Đăng bình luận trên một 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.

Tiêu đề

ray-token
string
bắt buộc

JWT token từ Auth API

Nội dung

multipart/form-data
poolId
string
bắt buộc

Pool/Mint ID

wallet
string
bắt buộc

Ví của người bình luận

text
string
bắt buộc

Nội dung bình luận (tối đa 2000 ký tự)

file
file

Hình ảnh tùy chọn (tối đa 5MB)

Phản hồi

Bình luận đã được đăng thành công