Skip to main content
POST
Builds the transaction that redeems vault shares for the settlement asset at the current share price. One signature, no approval step, since the vault burns its own shares. Redemptions cannot be paused. What bounds them is liquidity: idle funds pay immediately, and beyond that the vault pulls from its market allocations as far as each market’s free liquidity allows.

Path Parameters

string
required
Vault ID.

Body Parameters

string
required
Shares to redeem as a decimal string, parsed at the vault’s assetDecimals.

Response Fields

object
When market utilization blocks part of the value, the redemption fills partially: the investor is paid what liquidity allows and the unpaid shares stay in the wallet. The amount recorded on confirmation comes from the Redeemed event, meaning the assets actually paid, not the shares requested. Compare the two if you need to detect a partial fill.