curl --request GET \
--url https://mainnet.gomaestro-api.org/v1/pools/{pool_id}/info \
--header 'api-key: <api-key>'{
"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
}
}Get detailed information about a specific Cardano stake pool including registration details and current status.
curl --request GET \
--url https://mainnet.gomaestro-api.org/v1/pools/{pool_id}/info \
--header 'api-key: <api-key>'{
"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
}
}Project API Key
Large numbers returned as strings if set to true
Pool ID in bech32 format
Current information regarding 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.
Information summary of a stake pool
Show child attributes
Epoch when the update takes effect
Integer or number by default, or a string representation if the amounts-as-strings header is set to true
x >= 0Integer or number by default, or a string representation if the amounts-as-strings header is set to true
x >= 0Number of current delegators
Integer or number by default, or a string representation if the amounts-as-strings header is set to true
x >= 0Integer or number by default, or a string representation if the amounts-as-strings header is set to true
x >= 0Integer or number by default, or a string representation if the amounts-as-strings header is set to true
x >= 0List of stake keys which control the pool
Integer or number by default, or a string representation if the amounts-as-strings header is set to true
x >= 0Bech32 encoded pool ID
Hex encoded pool ID
Number of blocks created
x >= 0Live saturation
Hash of the pool metadata
URL pointing to the pool metadata
Pool operational certificate
Operational certificate counter
Status of the pool
Epoch at which the pool will be retired
Reward address associated with the pool
Pool stake share
VRF key hash
Details of the most recent block processed by the indexer (aka chain tip); that is, the data returned is correct as of this block in time.
Show child attributes
Hex-encoded hash of the most recently processed block (aka chain tip)
Absolute slot of the most recently processed block (aka chain tip)
x >= 0UTC timestamp of when the most recently processed block was minted
Was this page helpful?