API ReferenceObjectsBlockchainTimeVersion: V2On this pageBlockchainTimeThe BlockchainTime type provides block information.type BlockchainTime { blockNumber: Int! blocksBehind: Int!}FieldsblockNumber (Int)blockNumber the last synced block number.blocksBehind (Int)blocksBehind the number of blocks behind the latest block.