| current_block_identifierobjectThe block_identifier uniquely identifies a block in a particular network.| hashstringThis is also known as the block hash. |  | indexintegerThis is also known as the block height. | 
 | 
| current_block_timestampintegerThe timestamp of the block in milliseconds since the Unix Epoch. The timestamp is stored in milliseconds because some blockchains produce blocks more often than once a second. | 
| genesis_block_identifierobjectThe block_identifier uniquely identifies a block in a particular network.| indexintegerThis is also known as the block height. |  | hashstring | 
 | 
| oldest_block_identifierobject —  OPTIONALThe block_identifier uniquely identifies a block in a particular network.| indexintegerThis is also known as the block height. |  | hashstring | 
 | 
| sync_statusobject —  OPTIONALSyncStatus is used to provide additional context about an implementation's sync status. It is often used to indicate that an implementation is healthy when it cannot be queried until some sync phase occurs. If an implementation is immediately queryable, this model is often not populated.| current_indexintegerCurrentIndex is the index of the last synced block in the current stage. |  | target_indexinteger —  OPTIONALTargetIndex is the index of the block that the implementation is attempting to sync to in the current stage. |  | stagestring —  OPTIONALStage is the phase of the sync process. |  | syncedboolean —  OPTIONALSynced indicates if an implementation has synced up to the most recent block. | 
 | 
| peersobject[]| peer_idstring |  | metadataobject —  OPTIONAL | 
 |