cURL
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>" }
為呼叫者傳回新鮮、未使用的 mint 金鑰對。選用篩選器 可讓平台預先產生具有特定 前綴/後綴的虛擬位址。
Documentation IndexFetch the complete documentation index at: https://docs.raydium.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.raydium.io/llms.txt
Use this file to discover all available pages before exploring further.
選用的 base58 前綴,傳回的 mint 必須以此開頭。
選用的 base58 後綴,傳回的 mint 必須以此結尾。
選用的建立者錢包,用於速率限制。
隨機 mint
Base58 格式的 mint 位址。
Mint 的 base58 格式秘密金鑰。必須在 建立交易中簽署一次,然後丟棄。
這個頁面有幫助嗎?