Skip to main content
POST
/
v0
/
bonding-curve
/
success
Launch Success
curl --request POST \
  --url https://meteora.dial.to/api/v0/bonding-curve/success \
  --header 'Content-Type: application/json' \
  --data '
{
  "mint": "5EFQN3ffHAtfF8mqT6LP1oS92SdTQ63GNGq1SpJiS8sw",
  "ticker": "TOKEN",
  "name": "My Token"
}
'
{
  "type": "<unknown>",
  "icon": "<string>",
  "title": "<string>",
  "description": "<string>",
  "label": "<string>",
  "links": {
    "actions": [
      {
        "type": "<unknown>",
        "href": "<string>",
        "label": "<string>"
      }
    ]
  }
}

Body

application/json
mint
string
default:5EFQN3ffHAtfF8mqT6LP1oS92SdTQ63GNGq1SpJiS8sw
required

Token mint address (provided by the Launch Token response via action chaining)

ticker
string
default:TOKEN
required

Token ticker/symbol

name
string
default:My Token
required

Token name

Response

200 - application/json

OK

type
any
required
icon
string
required
title
string
required
description
string
required
label
string
required