Zum Hauptinhalt springen
POST
/
create
/
mint-info
Mint-Erstellung einreichen
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.

Body

application/json
mint
string
erforderlich

Mint-Pubkey (base58) auf der Blockchain erstellt.

name
string
erforderlich

Anzeigename, der in der LaunchLab-UI angezeigt wird.

Beispiel:

"My Memecoin"

symbol
string
erforderlich

Tickersymbol.

Beispiel:

"MEME"

wallet
string
erforderlich

Creator-Wallet (base58) – muss dem On-Chain-Creator entsprechen.

description
string

Ausführliche Beschreibung.

imageUri
string

HTTPS-URL oder IPFS-URI für das Token-Icon.

website
string
twitter
string
telegram
string
platformId
string

Plattform-Pubkey, die diesen Launch hostet.

Antwort

200

Accepted