Gets the node status after waiting for a round after the given round.
get
Waits for a block to appear after round {round} and returns the node's status at the time. There is a 1 minute timeout, when reached the current status is returned regardless of whether or not it is the round after the given round.
Authorizations
Path parameters
roundintegerRequired
The round to wait until returning status
Responses
200Success
application/json
400
Bad Request -- number must be non-negative integer
application/json
401
Invalid API Token
application/json
500
Internal Error
application/json
503
Service Temporarily Unavailable
application/json
default
Unknown Error
get
GET /v2/status/wait-for-block-after/{round} HTTP/1.1
Host: algo.nownodes.io
X-Algo-API-Token: YOUR_API_KEY
Accept: */*