Blocks
Authorizations
Path parameters
roundintegerRequired
The round from which to fetch block information.
Query parameters
formatstring · enumOptionalPossible values:
Configures whether the response object is JSON or MessagePack encoded. If not provided, defaults to JSON.
Responses
200
Encoded block object.
400
Bad Request - Non integer number
401
Invalid API Token
404
None existing block
500
Internal Error
default
Unknown Error
get
GET /v2/blocks/{round} HTTP/1.1
Host: algo.nownodes.io
X-Algo-API-Token: YOUR_API_KEY
Accept: */*
{
"block": {},
"cert": {}
}
Last updated