跳转到主要内容
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 密钥。必须在 创建交易中签署一次,然后丢弃。