curl --location --request GET '/api/v1/mempool/mining/pools?period' \
--header 'x-api-key: ABCD314159'{
"data": {
"period": "string",
"blockCount": 0,
"lastEstimatedHashrate": 0,
"count": 0,
"pools": [
{
"poolId": 0,
"name": "string",
"link": "string",
"blockCount": 0,
"rank": 0,
"emptyBlocks": 0,
"slug": "string",
"avgMatchRate": 0,
"avgFeeDelta": "string",
"poolUniqueId": 0
}
]
},
"meta": {
"endpoint": "/api/v1/fred/us/cpi",
"data_time": "2026-04-16T14:30:00Z",
"response_time": "2026-04-16T14:30:12Z",
"provider": "Sugra API v1.0.1",
"source": "string",
"fallback_used": true,
"fallback_chain": [
"string"
],
"cached": true
}
}