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