GET
/
v0
/
bonding-curve
/
launch-token
curl --request GET \
  --url https://meteora.dial.to/api/v0/bonding-curve/launch-token
{
  "title": "<string>",
  "description": "<string>",
  "label": "<string>",
  "icon": "<string>",
  "links": {
    "actions": [
      {
        "type": "<any>",
        "href": "<string>",
        "label": "<string>",
        "parameters": [
          {
            "name": "<string>",
            "type": "<string>",
            "label": "<string>"
          }
        ]
      }
    ]
  }
}

Query Parameters

configAddress
string

Pool configuration address

Examples:

"5r9i4RV1h7fRkJch76H54nbVMtBgur8HQPikmMGyvL2o"

Response

200 - application/json

OK

The response is of type object.