跳轉到主要內容
POST
/
create
/
get-random-mint
取得隨機 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 前綴,傳回的 mint 必須以此開頭。

suffix
string

選用的 base58 後綴,傳回的 mint 必須以此結尾。

wallet
string

選用的建立者錢包,用於速率限制。

回應

200 - application/json

隨機 mint

mint
string

Base58 格式的 mint 位址。

privateKey
string

Mint 的 base58 格式秘密金鑰。必須在 建立交易中簽署一次,然後丟棄。