---
title: "Get the signers known by the aggregator"
method: GET
path: "/signers/tickers"
---

# Get the signers known by the aggregator

`GET /signers/tickers`

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

## Response `200`

Signers found

- SignersTickersMessage — represents the list of signers known by the aggregator
  - `network` string, bytes, required — Cardano network of the aggregator
  - `signers` SignerTickerListItemMessage[], required — Known signers
    - `party_id` string, required — The unique identifier of the signer
    - `pool_ticker` string — The signer pool ticker
    - `has_registered` boolean, required — The signer has registered at least once

## Other responses

- `default` — Signers retrieval error

---

[API](https://skmtc.net/input-output-hk/apis/mithril-aggregator-server.md) · [All operations](https://skmtc.net/input-output-hk/apis/mithril-aggregator-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/input-output-hk/mithril-aggregator-server/revisions/bbad910c52a3/schema)
