GET
/
pools
/
{pool_id}
/
metadata
Stake pool metadata
curl --request GET \
  --url https://mainnet.gomaestro-api.org/v1/pools/{pool_id}/metadata \
  --header 'api-key: <api-key>'
{
  "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
  }
}

Authorizations

api-key
string
header
required

Project API Key

Path Parameters

pool_id
string
required

Pool ID in bech32 format

Response

200
application/json

Various metadata for the specified pool

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.