POST
/
v0
/
bonding-curve
/
success
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>"
      }
    ]
  }
}

Body

application/json

Response

200 - application/json

OK

The response is of type object.