메인 콘텐츠로 건너뛰기
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)

응답

댓글이 성공적으로 작성됨