メインコンテンツへスキップ
POST
/
create
/
mint-info
ミント作成を送信
curl --request POST \
  --url https://launch-mint-v1.raydium.io/create/mint-info \
  --header 'Content-Type: application/json' \
  --data '
{
  "mint": "<string>",
  "name": "My Memecoin",
  "symbol": "MEME",
  "wallet": "<string>",
  "description": "<string>",
  "imageUri": "<string>",
  "website": "<string>",
  "twitter": "<string>",
  "telegram": "<string>",
  "platformId": "<string>"
}
'

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.

ボディ

application/json
mint
string
必須

オンチェーンで作成されたミント公開鍵(base58)。

name
string
必須

LaunchLab UI に表示される表示名。

:

"My Memecoin"

symbol
string
必須

ティッカーシンボル。

:

"MEME"

wallet
string
必須

クリエーターウォレット(base58)— オンチェーンのクリエーターと一致する必要があります。

description
string

長形式の説明。

imageUri
string

トークンアイコンの HTTPS URL または IPFS URI。

website
string
twitter
string
telegram
string
platformId
string

このローンチをホストするプラットフォーム公開鍵。

レスポンス

200

Accepted