Mining info
GET/getmininginfo
Return the block's height, global hashrate, and mining difficulty.
Request
Responses
- 200
Success
- application/json
- Schema
- success
- error
Schema
any
Block's height, global hashrate, and mining difficulty.
{
"blocks": 6354,
"mined_tokens": 40665600,
"difficulty": 1023.984375,
"networkhashps": 146601550370.13358,
"success": true
}
Node still syncing
{
"success": false,
"message": "Node still syncing"
}
Loading...