Redemption API is a collection of APIs that expose read data on redemptions.
To see APIs used in an example implementation check out the Redemption guide (below).
List the redeem requests
get
List the redeem requests for one or multiple owners (addresses)
AuthorizationstringRequiredBearer authentication header of the form Bearer <token>.
ownerstringRequiredThe address or addresses to query, separated by commas
List a redeem request by id
get
List a redeem request by the request id, obtained from /eth/v0/redeems
AuthorizationstringRequiredBearer authentication header of the form Bearer <token>.
idxintegerRequiredThe redeem request id to query
Get a redeem request time projection
get
Get a redeem request time projection for becoming redeemable
AuthorizationstringRequiredBearer authentication header of the form Bearer <token>.
idxintegerRequiredThe redeem request id to query
List the redeem manager
get
List the withdrawal event height and redeem request height
AuthorizationstringRequiredBearer authentication header of the form Bearer <token>.
Get the redeem manager time projection
get
Get the redeem manager time projection for being fulfilled
AuthorizationstringRequiredBearer authentication header of the form Bearer <token>.
Returns validator exit queue info
get
Returns validator exit queue info, inclding time estimates.
AuthorizationstringRequiredBearer authentication header of the form Bearer <token>.
Last updated