Node Status
status request type
This endpoint allows you to get the current status of the NEAR node, including version info, sync status, and latest block information.
Responses from the selected endpoint appear here after you run a request.
Live response output will appear here after you run a request.
Request reference
application/jsonThis operation accepts a JSON-RPC body over POST to /.
Required request inputs: yes
{
"jsonrpc": "2.0",
"id": "fastnear",
"method": "status",
"params": []
}Request schema
jsonrpc *string2.0id *stringmethod *stringstatusparams *arrayEmpty array as this method takes no parameters
Response reference
200 application/jsonSuccessful response
Response schema
jsonrpc *string2.0id *one ofresultobjectchain_id *stringUnique chain id.
detailed_debug_statusobjectnullableblock_production_delay_millis *integercatchup_status *arrayitemsobjectcurrent_head_status *objectHeight and hash of a block
current_header_head_status *objectHeight and hash of a block
network_info *objectsync_status *stringgenesis_hash *stringBase58-encoded hash
latest_protocol_version *integerLatest protocol version that this client supports.
node_keystringnullableed25519: or secp256k1: prefixed public key
node_public_key *stringed25519: or secp256k1: prefixed public key
protocol_version *integerCurrently active protocol version.
rpc_addrstringnullableAddress for RPC server. None if node doesn't have RPC endpoint enabled.
sync_info *objectSync status of the node.
earliest_block_hashstringnullableBase58-encoded hash
earliest_block_heightintegernullableearliest_block_timestringnullableepoch_idstringnullableBase58-encoded epoch identifier hash
epoch_start_heightintegernullablelatest_block_hash *stringBase58-encoded hash
latest_block_height *integerlatest_block_time *stringlatest_state_root *stringBase58-encoded hash
syncing *booleanuptime_sec *integerUptime of the node.
validator_account_idstringnullableNEAR account ID
validator_public_keystringnullableed25519: or secp256k1: prefixed public key
validators *arrayCurrent epoch validators.
itemsobjectversion *objectData structure for semver version and github tag or commit.
build *stringcommit *stringrustc_versionstringversion *stringerrorobjectcodeintegermessagestringdataobject