cURL
curl --request POST \ --url https://drift.dial.to/api/v0/vaults/strategy-vaults/{vaultId}/withdraw \ --header 'Content-Type: application/json' \ --data '{ "type": "transaction", "account": "6JpNV6DK88auwzKVizdeT4Bw3D44sam5GqjcPCJ7y176" }'
{ "type": "<any>", "transaction": "<string>" }
Generate a transaction for withdrawing a token from Drift’s strategy vault.
ID of the strategy vault
"6L2VV9ngPXfg9aXLuVTGdvYmekkPhWDaEZ3BGB6nfLKp"
OK
The response is of type object.
object
Was this page helpful?