• RPC
  • Methods
  • Blockchain
  • Get Slot At

getSlotAt method

Returns information about the proposer slot at the given block height and offset. The offset is optional, it will default to getting the offset for the existing block at the given height. We only have this information available for the last 2 batches at most.

Params

ParameterTypeRequired
blockNumbernumberYes
offsetOptnumberYes

Result

This method does not return any result.

Code Examples

Copy page
Create issue