List redemption requests
Get an owner’s IXS managed-vault redemption requests and their status.
IXS vault sells are asynchronous — /transact/sell files a requestRedeem
that the vault operator settles off-chain later. This reconstructs the owner’s
requests live from the vault (Compass stores no async state), reporting each as
pending, finalized, or rejected. IXS vaults live on BNB Smart Chain
(chain=bsc, vault 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.