메인 콘텐츠로 건너뛰기
POST
/
create
/
mint-info
민트 생성 제출
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.

본문

application/json
mint
string
필수

온체인에서 생성된 민트 공개키(base58)입니다.

name
string
필수

LaunchLab UI에 표시되는 표시 이름입니다.

예시:

"My Memecoin"

symbol
string
필수

티커 심볼입니다.

예시:

"MEME"

wallet
string
필수

생성자 지갑(base58) — 온체인 생성자와 일치해야 합니다.

description
string

긴 형식의 설명입니다.

imageUri
string

토큰 아이콘의 HTTPS URL 또는 IPFS URI입니다.

website
string
twitter
string
telegram
string
platformId
string

이 출시를 호스팅하는 플랫폼 공개키입니다.

응답

200

Accepted