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

Path Parameters

token
string
required

Token ticker or mint address

Examples:

"USDC"

Response

200 - application/json

OK

The response is of type object.