latestOpenAPI 3.0.02026-08-138371125.7 KB

707a88e0b355

OWR Information

Retrieve OWR tranch information

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

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

Path parameters

networkstring required

The network of the OWR.

addressstring required

The address of the OWR.

Response

reward_recipientstring required
principal_recipientstring required
thresholdstring required

Example response

{
  "reward_recipient": "0xA",
  "principal_recipient": "0xA",
  "threshold": "32000000000000000000"
}