GETTING STARTED
RAYDIUM
- CLMM
- AMM
- Farm
DRIFT
- Vaults
KAMINO
- Lending
- Liquidity
LULO
- Deposit
- Withdraw
MARGINFI
- Lend
METEORA
- Bonding Curve
- DLMM
ORCA
- Pools
SOLANA
- Token Transfer
Bonding Curve
Token launch success
Get success blink after token launch
POST
/
v0
/
bonding-curve
/
success
Copy
Ask AI
curl --request POST \
--url https://meteora.dial.to/api/v0/bonding-curve/success \
--header 'Content-Type: application/json' \
--data '{
"mint": "<string>",
"ticker": "<string>",
"name": "<string>"
}'
Copy
Ask AI
{
"type": "<any>",
"icon": "<string>",
"title": "<string>",
"description": "<string>",
"label": "<string>",
"links": {
"actions": [
{
"type": "<any>",
"href": "<string>",
"label": "<string>"
}
]
}
}
Body
application/json
Response
200 - application/json
OK
The response is of type object
.
Was this page helpful?
Copy
Ask AI
curl --request POST \
--url https://meteora.dial.to/api/v0/bonding-curve/success \
--header 'Content-Type: application/json' \
--data '{
"mint": "<string>",
"ticker": "<string>",
"name": "<string>"
}'
Copy
Ask AI
{
"type": "<any>",
"icon": "<string>",
"title": "<string>",
"description": "<string>",
"label": "<string>",
"links": {
"actions": [
{
"type": "<any>",
"href": "<string>",
"label": "<string>"
}
]
}
}
Assistant
Responses are generated using AI and may contain mistakes.