Langsung ke konten utama
POST
/
create
/
mint-info
Kirim pembuatan 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.

Body

application/json
mint
string
wajib

Pubkey mint (base58) yang dibuat on-chain.

name
string
wajib

Nama tampilan yang ditampilkan di UI LaunchLab.

Contoh:

"My Memecoin"

symbol
string
wajib

Simbol ticker.

Contoh:

"MEME"

wallet
string
wajib

Dompet pencipta (base58) — harus cocok dengan pencipta on-chain.

description
string

Deskripsi bentuk panjang.

imageUri
string

URL HTTPS atau URI IPFS untuk ikon token.

website
string
twitter
string
telegram
string
platformId
string

Pubkey platform yang menjadi tuan rumah peluncuran ini.

Respons

200

Accepted