Ana içeriğe atla
POST
/
create
/
mint-info
Mint oluşturmayı gönder
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.

Gövde

application/json
mint
string
gerekli

Zincir üzerinde oluşturulan mint açık adresi (base58).

name
string
gerekli

LaunchLab UI'de gösterilen görüntüleme adı.

Örnek:

"My Memecoin"

symbol
string
gerekli

Kodu sembolü.

Örnek:

"MEME"

wallet
string
gerekli

Oluşturan cüzdan (base58) — zincir üzerindeki oluşturaanla eşleşmesi gerekir.

description
string

Uzun açıklamadır.

imageUri
string

Token simgesi için HTTPS URL veya IPFS URI.

website
string
twitter
string
telegram
string
platformId
string

Bu başlatmayı barındıran platform açık adresi.

Yanıt

200

Accepted