cURL
curl --request GET \ --url https://drift.dial.to/api/v0/vaults/strategy-vaults/{vaultId}/request-withdraw
{ "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 requesting a token withdraw from Drift’s strategy vault.
ID of the strategy vault
"6L2VV9ngPXfg9aXLuVTGdvYmekkPhWDaEZ3BGB6nfLKp"
OK
The response is of type object.
object
Was this page helpful?