This endpoint returns the current status of the network requested. Any NetworkIdentifier returned by /network/list should be accessible here.
The network_identifier specifies which network a particular object is associated with.
Expected response to a valid request
The block_identifier uniquely identifies a block in a particular network.
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.
1582833600000
The block_identifier uniquely identifies a block in a particular network.
The block_identifier uniquely identifies a block in a particular network.
SyncStatus is used to provide additional context about an implementation's sync status. This object is often used by implementations to indicate healthiness when block data cannot be queried until some sync phase completes or cannot be determined by comparing the timestamp of the most recent block with the current time.