v53

latestOpenAPI 3.1.1BSD 3-Clause Licenseraw.githubusercontent.com2026-08-013157111.1 KB

Get the signers known by the aggregator

Returns the signers party id and, if available, their pool ticker

get/signers/tickers

Response

Signers found

networkstring bytes required

Cardano network of the aggregator

Example response

{
  "network": "mainnet",
  "signers": [
    {
      "party_id": "pool1234567890",
      "pool_ticker": "[Pool_Name]",
      "has_registered": true
    },
    {
      "party_id": "pool0987654321",
      "has_registered": false
    }
  ]
}