cURL
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'
新しいコメントを投稿します。ray-token ヘッダーが必要です。
Documentation IndexFetch the complete documentation index at: https://docs.raydium.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.raydium.io/llms.txt
Use this file to discover all available pages before exploring further.
Auth API から取得した JWT トークン
プール・ミント ID
コメント者のウォレット
コメントテキスト(最大 2000 文字)
オプション画像(最大 5MB)
コメントが正常に投稿されました
このページは役に立ちましたか?