cURL
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>" } ] } ] } }
Get metadata for withdrawing a token from Lulo Regular after cooldown period.
Token ticker or mint address
"USDC"
OK
The response is of type object.
object
Was this page helpful?