Passer au contenu principal
POST
/
create
/
mint-info
Soumettre la création d'un 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.

Corps

application/json
mint
string
requis

Clé publique du mint (base58) créée on-chain.

name
string
requis

Nom d'affichage montré dans l'interface utilisateur LaunchLab.

Exemple:

"My Memecoin"

symbol
string
requis

Symbole du ticker.

Exemple:

"MEME"

wallet
string
requis

Portefeuille du créateur (base58) — doit correspondre au créateur enregistré sur la chaîne.

description
string

Description longue.

imageUri
string

URL HTTPS ou URI IPFS pour l'icône du token.

website
string
twitter
string
telegram
string
platformId
string

Clé publique de la plateforme qui héberge ce lancement.

Réponse

200

Accepted