Redemption API
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
400
Bad Request
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
500
Internal Error
application/json
get
/eth/v0/redeemsList 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
400
Bad Request
application/json
401
Unauthorized
application/json
404
Not Found
application/json
500
Internal Error
application/json
get
/eth/v0/redeems/{idx}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
400
Bad Request
application/json
401
Unauthorized
application/json
404
Not Found
application/json
500
Internal Error
application/json
get
/eth/v0/redeems/{idx}/projectionGet the redeem manager time projection for being fulfilled
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200
OK
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
404
Not Found
application/json
get
/eth/v0/redeems_info/projectionLast updated
Was this helpful?