current_block_identifier object The block_identifier uniquely identifies a block in a particular network. hash string This is also known as the block hash. | index integer This is also known as the block height. |
|
current_block_timestamp integer The 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 object The block_identifier uniquely identifies a block in a particular network. index integer This is also known as the block height. | hash string |
|
oldest_block_identifier object — OPTIONAL The block_identifier uniquely identifies a block in a particular network. index integer This is also known as the block height. | hash string |
|
sync_status object — OPTIONAL SyncStatus 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 integer CurrentIndex is the index of the last synced block in the current stage. | target_index integer — OPTIONAL TargetIndex is the index of the block that the implementation is attempting to sync to in the current stage. | stage string — OPTIONAL Stage is the phase of the sync process. | synced boolean — OPTIONAL Synced indicates if an implementation has synced up to the most recent block. |
|
peers object[] peer_id string | metadata object — OPTIONAL |
|