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 密钥。必须在 创建交易中签署一次,然后丢弃。
此页面对您有帮助吗?