curl -X POST https://tars.loopscale.com/v1/pandora/earn/vaults/withdraw_cancel/tx \
-H "Content-Type: application/json" \
-d '{
"address": "EsTx9ToYW2k1DsTw6ccpmP3RrXQriod114hcM7U5ZKaR",
"wallet": "<WALLET>",
"requestId": "<REQUEST_ACCOUNT>"
}'
Earn Vaults
Cancel Earn Withdrawal
POST
/
v1
/
pandora
/
earn
/
vaults
/
withdraw_cancel
/
tx
curl -X POST https://tars.loopscale.com/v1/pandora/earn/vaults/withdraw_cancel/tx \
-H "Content-Type: application/json" \
-d '{
"address": "EsTx9ToYW2k1DsTw6ccpmP3RrXQriod114hcM7U5ZKaR",
"wallet": "<WALLET>",
"requestId": "<REQUEST_ACCOUNT>"
}'
Builds the transactions that cancel an open queued withdrawal and return its shares to the wallet. Only available when the vault’s
cancelEnabled flag is set (see Get Earn Vault).
Get requestId from the withdraw request response, or from openWithdrawalRequests[].onChainRequestAddr on Get Earn Position.
Sign and send txBase64s in order as one Jito bundle, as described in Sending Earn transactions.
Body
string
required
Earn vault address.
string
required
Wallet that opened the request.
string
required
Withdrawal request account address.
string
default:"exponent"
Vault provider. Only
exponent is supported today.Response
Same shape as Deposit to Earn Vault, withaction: "withdrawCancel" and requestId echoed back.
curl -X POST https://tars.loopscale.com/v1/pandora/earn/vaults/withdraw_cancel/tx \
-H "Content-Type: application/json" \
-d '{
"address": "EsTx9ToYW2k1DsTw6ccpmP3RrXQriod114hcM7U5ZKaR",
"wallet": "<WALLET>",
"requestId": "<REQUEST_ACCOUNT>"
}'