OWR Information

Retrieve OWR tranch information

get

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
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?