cURL
curl --request GET \ --url https://jupiter.dial.to/api/v0/lend/borrow/{vaultId}/{positionId}/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
Vault ID to interact with. Use the Jupiter https://lite-api.jup.ag/lend/v1/borrow/vaults endpoint to list available vaults.
https://lite-api.jup.ag/lend/v1/borrow/vaults
x >= 1
1
Position ID to interact with.
x >= 0
2433
Successful response with withdraw action details
Show child attributes
"transaction"
Was this page helpful?