cURL
curl --request GET \ --url https://jupiter.dial.to/api/v0/lend/earn/{vaultToken}/withdraw
{ "icon": "<string>", "label": "<string>", "title": "<string>", "description": "<string>", "disabled": true, "error": { "message": "<string>" }, "links": { "actions": [ { "type": "<string>", "label": "<string>", "href": "<string>", "parameters": [ { "name": "<string>", "label": "<string>" } ] } ] } }
Get available withdraw actions for a token
Token symbol or address. Can be a token symbol like USDC or an address.
"USDC"
Successful response with lend action details
The response is of type object.
object
Was this page helpful?