Start a coin launch on Realia
launch_coinStage a pump.fun coin launch for an uploaded dataset, then hand the returned confirmUrl to the user to sign with their wallet. No transaction is built or signed automatically.
Instructions
Stage a pump.fun launch for a dataset this account uploaded, and return a link the user opens to sign with their wallet. This tool cannot spend anything on its own: no transaction is built or signed here, and the link expires. Give the user the returned confirmUrl.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Coin name, up to 32 characters. | |
| symbol | Yes | Ticker, up to 10 characters. | |
| image_url | No | Optional coin image URL. | |
| dataset_id | Yes | A dataset uploaded by this account. | |
| description | No | Shown on pump.fun. | |
| initial_buy_sol | No | SOL the creator buys at launch, e.g. '0.1'. | 0.1 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| intentId | Yes | ||
| expiresAt | Yes | ||
| confirmUrl | Yes | Open in a browser and sign to finish the launch. |