Last updated 2 months ago
For vaults with redemption queues/waiting periods (e.g. Lido stETH), see additional endpoints Request redeem and Claim redeem.
mainnet
arbitrum
optimism
polygon
base
gnosis
unichain
eip155:1
eip155:42161
eip155:10
eip155:137
eip155:8453
eip155:100
eip155:130
^0x[a-fA-F0-9]{40}$
false
true
GET //v1/transactions/vaults/redeem HTTP/1.1 Host: api.vaults.fyi x-api-key: YOUR_API_KEY Accept: */*
Default Response
{ "currentActionIndex": 1, "actions": [ { "name": "text", "tx": { "to": "text", "chainId": 1, "data": "text", "value": "text" }, "simulation": { "url": "text", "status": "success", "tokensReceived": { "ANY_ADDITIONAL_PROPERTY": "text" }, "tokensSpent": { "ANY_ADDITIONAL_PROPERTY": "text" } } } ] }