Home

Get a list of transaction blocks

POST
https://zil.nownodes.io/

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a paginated list of transaction blocks. Supports parameters for pagination such as page number and limit.

Body

application/json
jsonrpcstringrequired

JSON-RPC version

methodstringrequired

Method name

idintegerrequired

Request ID

paramsArray<object>required

Parameters for pagination (optional)

Show child attributes
pageinteger

Page number (starting from 1)

limitinteger

Number of blocks per page

Response

200OK

Transaction blocks listing retrieved successfully

400Bad Request

Invalid request

500Internal Server Error

Server error