Chuyển đến nội dung chính
POST
/
create
/
mint-info
Gửi tạo 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.

Nội dung

application/json
mint
string
bắt buộc

Công khai mint (base58) được tạo on-chain.

name
string
bắt buộc

Tên hiển thị trong giao diện LaunchLab.

Ví dụ:

"My Memecoin"

symbol
string
bắt buộc

Ký hiệu thị trường.

Ví dụ:

"MEME"

wallet
string
bắt buộc

Ví người tạo (base58) — phải khớp với người tạo trên chuỗi.

description
string

Mô tả dạng dài.

imageUri
string

URL HTTPS hoặc URI IPFS cho biểu tượng token.

website
string
twitter
string
telegram
string
platformId
string

Công khai nền tảng lưu trữ lần phát hành này.

Phản hồi

200

Accepted