OWR Information
This endpoint is used to retrieve information on the tranches of an OWR.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
networkstringRequired
The network of the OWR.
addressstringRequired
The address of the OWR.
Responses
200Success
application/json
500
An unknown error occurred
get
/v1/owr/{network}/{address}GET /v1/owr/{network}/{address} HTTP/1.1
Host: api.obol.tech
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"reward_recipient": "0xA",
"principal_recipient": "0xA",
"threshold": "32000000000000000000"
}Last updated
Was this helpful?

