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

Query Parameters

name
string
default:My Token
required

Token name

Example:

"My Token"

symbol
string
default:TOKEN
required

Token symbol

Maximum length: 10
Example:

"TOKEN"

imageUri
string
default:https://example.com/token.png
required

Token image URI

Example:

"https://example.com/token.png"

description
string
default:A new token on Meteora

Token description

Example:

"A new token on Meteora"

configAddress
string
default:5r9i4RV1h7fRkJch76H54nbVMtBgur8HQPikmMGyvL2o

Pool configuration address

Example:

"5r9i4RV1h7fRkJch76H54nbVMtBgur8HQPikmMGyvL2o"

Body

application/json

Response

200 - application/json

OK

The response is of type object.