OWR Information

Retrieve OWR tranch information

get
/v1/owr/{network}/{address}

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
/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"
}

Was this helpful?