Ana içeriğe atla
POST
/
create
/
get-random-mint
Rastgele mint al
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.

Gövde

application/json
prefix
string

İsteğe bağlı base58 öneki: döndürülen mint bu önek ile başlamalıdır.

suffix
string

İsteğe bağlı base58 soneki: döndürülen mint bu sonek ile bitmelidir.

wallet
string

İsteğe bağlı oluşturan cüzdan, hız sınırlaması için kullanılır.

Yanıt

200 - application/json

Rastgele mint

mint
string

Base58 mint adresi.

privateKey
string

Mint için base58 gizli anahtarı. Oluştur işleminde bir kez imzalanması gerekir, sonra silinmelidir.