Mining Pool Monitor API Fields
/timeseries/mining-pool-tips-summary
{
"data" : [ {
"asset" : "The asset ticker",
"time" : "The time the response was issued",
"tips_count" : "The total number of mining pool conflicts",
"block_hashes_at_tip" : "The number of mining conflicts at the most recent block height ",
"tips" : [ {
"last_time" : "The time that this conflicting branch (A) was last updated",
"height" : "The height that this conflicting branch (A) represents",
"hash" : "The block hash that this conflicting branch (A) represents",
"pool_count" : "The total number of mining pools working on branch (A)"
}, {
"last_time" : "The time that this conflicting branch (B) was last updated",
"height" : "The height that this conflicting branch (B) represents",
"hash" : "The block hash that this conflicting branch (B) represents",
"pool_count" : "The total number of mining pools working on branch (B)"
} ],
}Last updated
Was this helpful?