v1

latestOpenAPI 3.0.32026-07-173986194.3 KB

Returns an entity registered at the consensus layer.

get/consensus/entities/{address}

Path parameters

addressstring required

An Oasis-style (bech32) address.

Example:oasis1qpg2xuz46g53737343r20yxeddhlvc2ldqsjh70p

The address of the entity to return.

Response

A JSON object containing an entity registered at the consensus layer.

idstring required

The public key identifying this entity.

addressstring required

The staking address belonging to this entity; derived from the entity's public key.

nodesstring[] required

The vector of nodes owned by this entity.

Example response

{
  "id": "gb8SHLeDc69Elk7OTfqhtVgE2sqxrBCDQI84xKR+Bjg=",
  "address": "oasis1qpg2xuz46g53737343r20yxeddhlvc2ldqsjh70p"
}