Get the block for the given round.
GET /v2/blocks/{round}
Authorizations
Parameters
Path Parameters
The round from which to fetch block information.
Query Parameters
Configures whether the response object is JSON or MessagePack encoded. If not provided, defaults to JSON.
If true, only the block header (exclusive of payset or certificate) may be included in response.
Responses
200
Encoded block object.
object
Block header data.
object
Optional certificate object. This is only included when the format is set to message pack.
object
object
Block header data.
object
Optional certificate object. This is only included when the format is set to message pack.
object
400
Bad Request - Non integer number
An error response with optional data field.
object
object
An error response with optional data field.
object
object
401
Invalid API Token
An error response with optional data field.
object
object
An error response with optional data field.
object
object
404
None existing block
An error response with optional data field.
object
object
An error response with optional data field.
object
object
500
Internal Error
An error response with optional data field.
object
object
An error response with optional data field.
object
object
default
Unknown Error