Перейти к основному содержанию
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
обязательно

ID пула/токена

wallet
string
обязательно

Кошелек комментатора

text
string
обязательно

Текст комментария (макс. 2000 символов)

file
file

Дополнительное изображение (макс. 5 МБ)

Ответ

Комментарий успешно опубликован