v1
latestOpenAPI 3.0.32026-07-173986194.3 KBReturns a list of nodes registered at the consensus layer.
get/consensus/entities/{address}/nodes
Path parameters
addressstring required
An Oasis-style (bech32) address.
Example:oasis1qpg2xuz46g53737343r20yxeddhlvc2ldqsjh70p
The address of the controlling entity of the nodes to return.
Query parameters
limitinteger
The maximum numbers of items to return.
offsetinteger
The number of items to skip before starting to collect the result set.
Response
A JSON object containing a list of nodes registered at the consensus layer.
Example response
{
"total_count": 412,
"is_total_count_clipped": true,
"nodes": [
{
"id": "lbxs4hlud9XNloIOdhJPaCahd7HtiY8QATCgGnFfCM0=",
"entity_id": "gb8SHLeDc69Elk7OTfqhtVgE2sqxrBCDQI84xKR+Bjg="
}
]
}