Skip to main content
GET
Get a requested redemption
Read liquidation, claim availability, and actual attributable proceeds for a requested redemption.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

vaultId
string<uuid>
required

Ground identifier of the MicroVault that accepted the redemption request.

Pattern: ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-4[0-9a-fA-F]{3}-[89aAbB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$
Example:

"8f4c52d7-62ab-4db9-a964-92f481f6b851"

requestId
string
required

Onchain request identifier returned when an asynchronous redemption is submitted. Unsigned base-10 integer in token base units.

Pattern: ^(0|[1-9][0-9]*)$
Example:

"1000000"

Response

Requested-redemption progress and actual proceeds.

redemption
object
required

Current state, amounts, participants, and source progress for one requested redemption.