Hive Developers logo

Hive Developer Portal

Methods:

Reports the block processing status of a hived node.

This API is only available when the node_status_api plugin is enabled.

node_status_api.get_node_status

Returns the latest block number and block time processed by a node.

Query Parameters JSON
{}
Expected Response JSON
{
  "last_processed_block_num": 107046041,
  "last_processed_block_time": "2026-06-06T21:32:57"
}
Example curl
curl -s --data '{"jsonrpc":"2.0", "method":"node_status_api.get_node_status", "params":{}, "id":1}' https://api.hive.blog