current_block_identifier objectThe block_identifier uniquely identifies a block in a particular network. hash stringThis is also known as the block hash. | index integerThis is also known as the block height. |
|
current_block_timestamp integerThe 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_identifier objectThe block_identifier uniquely identifies a block in a particular network. index integerThis is also known as the block height. | hash string |
|
oldest_block_identifier object — OPTIONALThe block_identifier uniquely identifies a block in a particular network. index integerThis is also known as the block height. | hash string |
|
sync_status object — 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_index integerCurrentIndex is the index of the last synced block in the current stage. | target_index integer — OPTIONALTargetIndex is the index of the block that the implementation is attempting to sync to in the current stage. | stage string — OPTIONALStage is the phase of the sync process. | synced boolean — OPTIONALSynced indicates if an implementation has synced up to the most recent block. |
|
peers object[]peer_id string | metadata object — OPTIONAL |
|