Blockchain Indexer API
Pools

Stake pool metadata

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

Returns the metadata declared on-chain by the specified stake pool

Authentication
api-key
Path Parameters
pool_id
*
Responses
200
Various metadata for the specified pool
Example
{"data":{"pool_id_bech32":"pool10qrz84cvz95zg8saf43ruhs5ulczuuqm2d3jn6d8xkkkzgzfje7","meta_url":"https://adappt.online/pool_metadata.json","meta_hash":"be9033a437ba8e8c9ad7e072e71b1afca66ab18225d39d5e9de3d38e1e088f8d","meta_json":{"name":"Adappt Online","ticker":"ADAPT","homepage":"https://adappt.online","description":"Adappt Online pool supports Cardano and the concept of DApps. On-premise servers with 24/7 monitoring."}},"last_updated":{"timestamp":"2022-10-10 20:25:28","block_hash":"d881a61a3573d2fdd0098b9506da74b36f23d67e797f55419dd7eb96a8b327fc","block_slot":96405212}}
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
*
404
No results found
500
Internal server error