POST
/
v0
/
bonding-curve
/
launch-token
curl --request POST \
  --url https://meteora.dial.to/api/v0/bonding-curve/launch-token \
  --header 'Content-Type: application/json' \
  --data '{
  "type": "<any>",
  "account": "DUCKmhqoQi26MJ4yWbogEHqN1gs8sZajmBsg9TGnNXq"
}'
{
  "type": "<any>",
  "transaction": "<string>",
  "links": {
    "next": {
      "type": "<any>",
      "href": "<string>"
    }
  }
}

Query Parameters

name
string
required

Token name

symbol
string
required

Token symbol

Maximum length: 10
imageUri
string
required

Token image URI

description
string

Token description

configAddress
string

Pool configuration address

Examples:

"5r9i4RV1h7fRkJch76H54nbVMtBgur8HQPikmMGyvL2o"

Body

application/json

Response

200 - application/json

OK

The response is of type object.