getEpochInfo

Returns information about the current epoch.

Path parameters

apiKeystringRequired

Request

This endpoint expects an object.
ConfigurationobjectOptional
Optional configuration object.

Response

Returns an object containing information about the current epoch.
absoluteSlotinteger or null
Current slot.
blockHeightinteger or null
Current block height.
epochinteger or null
Current epoch.
slotIndexinteger or null
Slot index relative to the start of the epoch.
slotsInEpochinteger or null
Number of slots in this epoch.
transactionCountinteger or null
Total transactions processed without error since genesis.