---
title: "Retrieve OWR tranch information"
method: GET
path: "/v1/owr/{network}/{address}"
tags: ["OWR Information"]
---

# Retrieve OWR tranch information

`GET /v1/owr/{network}/{address}`

This endpoint is used to retrieve information on the tranches of an OWR.

## Path parameters

- `network` string, required
- `address` string, required

## Response `200`

- OWRResponse
  - `reward_recipient` string, required
  - `principal_recipient` string, required
  - `threshold` string, required

## Other responses

- `500` — An unknown error occurred

---

[API](https://skmtc.net/obol/apis/obol-api.md) · [All operations](https://skmtc.net/obol/apis/obol-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/obol/obol-api/revisions/707a88e0b355/schema)
