Home

List blocks forged by a delegate

GET
https://ark.nownodes.io/api/delegates/{id}/blocks

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

List blocks forged by a delegate using the ARK API exposed by NOWNodes.

Parameters

idstringrequiredpath

Resource identifier, address, public key, or username accepted by the endpoint.

pageinteger>= 1query

Page number.

limitinteger[1, 100]query

Maximum number of resources to return.

offsetinteger>= 0query

Number of resources to skip.

orderBystringquery

Field and direction used to sort results.

Response

200OK

Successful response.

400Bad Request

Invalid request.

401Unauthorized

Missing or invalid API key.

429Too Many Requests

Rate limit exceeded.

500Internal Server Error

Node or upstream service error.