Skip to main content
POST
/
create
/
get-random-mint
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.

Body

application/json
prefix
string

Optional base58 prefix the returned mint must start with.

suffix
string

Optional base58 suffix the returned mint must end with.

wallet
string

Optional creator wallet, used for rate-limiting.

Response

200 - application/json

Random mint

mint
string

Base58 mint address.

privateKey
string

Base58 secret key for the mint. Must be signed into the create transaction once and then discarded.