---
title: "Stake pool relays"
method: GET
path: "/pools/{pool_id}/relays"
tags: ["Cardano » Pools"]
---

# Stake pool relays

`GET /pools/{pool_id}/relays`

Relays of a stake pool.

## Path parameters

- `pool_id` string, required

## Response `200`

Return the pool relays information content.

- object[]
  - `ipv4` string, nullable, required — IPv4 address of the relay
  - `ipv6` string, nullable, required — IPv6 address of the relay
  - `dns` string, nullable, required — DNS name of the relay
  - `dns_srv` string, nullable, required — DNS SRV entry of the relay
  - `port` integer, required — Network port of the relay

## Other responses

- `400` — Bad request
- `403` — Authentication secret is missing or invalid
- `404` — Component not found
- `418` — IP has been auto-banned for extensive sending of requests after usage limit has been reached
- `429` — Usage limit reached
- `500` — Internal Server Error

---

[API](https://skmtc.net/txpipe/apis/blockfrost-io-api-documentation.md) · [All operations](https://skmtc.net/txpipe/apis/blockfrost-io-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/txpipe/blockfrost-io-api-documentation/versions/4a2f67b16876/schema)
