메인 콘텐츠로 건너뛰기
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 시크릿 키입니다. 생성 트랜잭션에 한 번 서명한 후 폐기해야 합니다.