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>"
}'
{
"type": "<any>",
"icon": "<string>",
"title": "<string>",
"description": "<string>",
"label": "<string>",
"links": {
"actions": [
{
"type": "<any>",
"href": "<string>",
"label": "<string>"
}
]
}
}
Get success blink after token launch
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>"
}'
{
"type": "<any>",
"icon": "<string>",
"title": "<string>",
"description": "<string>",
"label": "<string>",
"links": {
"actions": [
{
"type": "<any>",
"href": "<string>",
"label": "<string>"
}
]
}
}
OK
The response is of type object
.
Was this page helpful?