Redemption API

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)

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
ownerstringRequired

The address or addresses to query, separated by commas

Responses
200

OK

application/json
get
/eth/v0/redeems

List a redeem request by id

get

List a redeem request by the request id, obtained from /eth/v0/redeems

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idxintegerRequired

The redeem request id to query

Responses
200

OK

application/json
get
/eth/v0/redeems/{idx}

Get a redeem request time projection

get

Get a redeem request time projection for becoming redeemable

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idxintegerRequired

The redeem request id to query

Responses
200

OK

application/json
get
/eth/v0/redeems/{idx}/projection

List the redeem manager

get

List the withdrawal event height and redeem request height

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

OK

application/json
get
/eth/v0/redeems_info

Get the redeem manager time projection

get

Get the redeem manager time projection for being fulfilled

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

OK

application/json
get
/eth/v0/redeems_info/projection

Returns validator exit queue info

get

Returns validator exit queue info, inclding time estimates.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

OK

application/json
get
/eth/v0/validators/queue

Last updated

Was this helpful?