Blockchain Indexer API
Pools

Stake pool relays

1min
GET
https://mainnet.gomaestro-api.org/v1/pools/{pool_id}/relays
Cardano Mainnet

Returns a list of relays declared on-chain by the specified stake pool

Authentication
api-key
Path Parameters
pool_id
*
Responses
200
List of relays declared on-chain by the specified pool
Example
{"data":[{"pool_id_bech32":"pool10qrz84cvz95zg8saf43ruhs5ulczuuqm2d3jn6d8xkkkzgzfje7","relays":[{"dns":"relay1.adappt.online","srv":null,"ipv4":null,"ipv6":null,"port":3001},{"dns":"relay2.adappt.online","srv":null,"ipv4":null,"ipv6":null,"port":3001}]}],"last_updated":{"timestamp":"2022-10-10 20:25:28","block_hash":"44d7fa145be596adba7e1a122cee3204bc1177c21598a3ef199925a13c042082","block_slot":96405276}}
Description
Timestamped response. Returns the endpoint response data along with the chain-tip of the indexer, which details at which point in the chain's history the data was correct as-of.
data
*
last_updated
*
500
Internal server error