Saltar para o conteúdo principal
POST
/
create
/
mint-info
Enviar criação de mint
curl --request POST \
  --url https://launch-mint-v1.raydium.io/create/mint-info \
  --header 'Content-Type: application/json' \
  --data '
{
  "mint": "<string>",
  "name": "My Memecoin",
  "symbol": "MEME",
  "wallet": "<string>",
  "description": "<string>",
  "imageUri": "<string>",
  "website": "<string>",
  "twitter": "<string>",
  "telegram": "<string>",
  "platformId": "<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.

Corpo

application/json
mint
string
obrigatório

Chave pública do mint (base58) criada on-chain.

name
string
obrigatório

Nome para exibição mostrado na interface do LaunchLab.

Exemplo:

"My Memecoin"

symbol
string
obrigatório

Símbolo do ticker.

Exemplo:

"MEME"

wallet
string
obrigatório

Carteira do criador (base58) — deve corresponder ao criador em cadeia.

description
string

Descrição em formato longo.

imageUri
string

URL HTTPS ou URI IPFS para o ícone do token.

website
string
twitter
string
telegram
string
platformId
string

Chave pública da plataforma que hospeda este lançamento.

Resposta

200

Accepted