Blockchain Indexer API
Pools

Stake pool information

1min
GET
https://mainnet.gomaestro-api.org/v1/pools/{pool_id}/info
Cardano Mainnet
Returns current information about the specified pool
Authentication
api-key
Path Parameters
pool_id
*
Header Parameters
amounts-as-strings
Responses
200
Current information regarding the specified pool
Example
{"data":{"pool_id_bech32":"pool174mw7e20768e8vj4fn8y6p536n8rkzswsapwtwn354dckpjqzr8","pool_id_hex":"f576ef654ff68f93b2554cce4d0691d4ce3b0a0e8742e5ba71a55b8b","active_epoch_no":6,"vrf_key_hash":"352196224497a0fd7bad52d113767660bf70f8b11a8c40c265f7bfb359ebe9ee","margin":1,"fixed_cost":500000000,"pledge":100000000000000,"reward_addr":"stake_test1uzkdwx64sjkt6xxtzye00y3k2m9wn5zultsguadaf4ggmssadyunp","owners":["stake_test1urcnqgzt2x8hpsvej4zfudehahknm8lux894pmqwg5qshgcrn346q"],"relays":[{"dns":"preprod-node.world.dev.cardano.org","srv":null,"ipv4":null,"ipv6":null,"port":30000}],"meta_url":null,"meta_hash":null,"meta_json":null,"pool_status":"registered","retiring_epoch":null,"op_cert":"4838a036e2540d83eea0d28626f41566dbaf6d263bc9ad95e2ff89740a2a1b65","op_cert_counter":5,"active_stake":1037439267850,"sigma":"0.00432904657047742993","block_count":145101,"live_pledge":1000053629698,"live_stake":1037439267850,"live_delegators":13,"live_saturation":"1.7000"},"last_updated":{"timestamp":"2022-10-10 20:25:28","block_hash":"5daa79fe4bf6581b59e5ebebb7a0ac6b2edd3ade5016e9db09ac67a7661010e5","block_slot":32288194}}
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