Blocks

Get the block for the given round.

get
Authorizations
Path parameters
roundintegerRequired

The round from which to fetch block information.

Query parameters
formatstring · enumOptional

Configures whether the response object is JSON or MessagePack encoded. If not provided, defaults to JSON.

Available options:
Responses
objectOptional
get
GET /v2/blocks/{round} HTTP/1.1
Host: algo.nownodes.io
X-Algo-API-Token: YOUR_API_KEY
Accept: */*
{
  "block": {},
  "cert": {}
}

Last updated