This endpoint is used to retrieve information on the tranches of an OWR.
/v1/owr/{network}//{address}
The network of the OWR.
The address of the OWR.
curl -L \ --url 'https://api.obol.tech//v1/owr/{network}/{address}' \ --header 'Authorization: Bearer JWT'
{ "reward_recipient": "0xA", "principal_recipient": "0xA", "threshold": "32000000000000000000" }