---
title: "Submit mint creation"
method: POST
path: "/create/mint-info"
tags: ["Creation"]
---

# Submit mint creation

`POST /create/mint-info`

Register the off-chain metadata for a new LaunchLab mint before its
on-chain create transaction is sent. The platform stores the supplied
name/symbol/uri/social-links keyed by mint, so the UI can display
them while the bonding curve is live.

## Request body

- object
  - `mint` string, required — Mint pubkey (base58) created on-chain.
  - `name` string, required — Display name shown in the LaunchLab UI.
  - `symbol` string, required — Ticker symbol.
  - `description` string — Long-form description.
  - `imageUri` string — HTTPS URL or IPFS URI for the token icon.
  - `website` string
  - `twitter` string
  - `telegram` string
  - `platformId` string — Platform pubkey that hosts this launch.
  - `wallet` string, required — Creator wallet (base58) — must match the on-chain creator.

## Response `200`

Accepted

---

[API](https://skmtc.net/raydium/apis/api-v1-v2-legacy.md) · [All operations](https://skmtc.net/raydium/apis/api-v1-v2-legacy/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/raydium/api-v1-v2-legacy/revisions/cca93975de95/schema)
