Chuyển đến nội dung chính
POST
/
create
/
get-random-mint
Lấy mint ngẫu nhiên
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.

Nội dung

application/json
prefix
string

Tiền tố base58 tùy chọn mà mint được trả về phải bắt đầu bằng.

suffix
string

Hậu tố base58 tùy chọn mà mint được trả về phải kết thúc bằng.

wallet
string

Ví người tạo tùy chọn, dùng để giới hạn tốc độ.

Phản hồi

200 - application/json

Mint ngẫu nhiên

mint
string

Địa chỉ mint base58.

privateKey
string

Khóa bí mật base58 cho mint. Phải được ký vào giao dịch tạo một lần rồi bị hủy.