Skip to main content

Stake pool relays

GET /pools/:pool_id/relays

Relays of a stake pool.

Request

Path Parameters

    pool_id string required

    Bech32 or hexadecimal pool ID.

    Example: pool1pu5jlj4q9w9jlxeu370a3c9myx47md5j5m2str0naunn2q3lkdy
Responses

Return the pool relays information content.


Schema
  • Array [
  • 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

  • ]
Loading...