Get IXS vault redemption requests for an owner
Get an owner’s IXS vault redemption requests (async redemption status).
IXS managed-vault sells are asynchronous: /transact/sell returns a
requestRedeem transaction, and the vault operator settles it off-chain
later. This endpoint reconstructs the owner’s requests directly from the
vault on every call (Compass persists no async state) — each entry carries
its status (pending | finalized | rejected), the shares requested,
and, while pending, the expected_net_assets it would settle for at the
current NAV (a preview, not a guarantee).
IXS vaults live on BNB Smart Chain — pass chain=bsc (the default) and the
vault handle (default ixv1).
Query Parameters
The owner of the Tokenized Assets Account whose IXS redemption requests to read. Requests are reconstructed on-chain from the derived product account (the request receiver).
Network the IXS vault lives on (IXS managed vaults are on BNB Smart Chain). The chain to use.
base, ethereum, arbitrum, hyperevm, tempo, bsc The IXS vault handle to read redemptions for (e.g. 'ixv1').
Response
Successful Response
An owner's IXS redemption requests for one vault.
The owner's non-empty redemption requests for the vault, in ascending id order. Empty when the owner has never requested one.