メインコンテンツへスキップ
POST
/
create
/
get-random-mint
ランダムミントを取得
curl --request POST \
  --url https://launch-mint-v1.raydium.io/create/get-random-mint \
  --header 'Content-Type: application/json' \
  --data '
{
  "prefix": "<string>",
  "suffix": "<string>",
  "wallet": "<string>"
}
'
{
  "mint": "<string>",
  "privateKey": "<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
prefix
string

返されるミントが開始する必要があるオプションのbase58プレフィックス。

suffix
string

返されるミントが終了する必要があるオプションのbase58サフィックス。

wallet
string

レート制限に使用するオプションのクリエーターウォレット。

レスポンス

200 - application/json

ランダムミント

mint
string

Base58ミントアドレス。

privateKey
string

ミントのBase58秘密鍵。作成トランザクションに1回署名した後、破棄する必要があります。