List DS blocks with pagination
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Returns a paginated list of DS blocks from the blockchain, where each page contains a defined number of blocks. The most recent blocks are listed first by default.
Body
application/json
jsonrpcstringrequiredJSON-RPC version
methodstringrequiredMethod name
idintegerrequiredRequest ID
paramsArray<integer>requiredArray with pagination parameters:
max: Maximum number of blocks to return (default 10)offset: Offset from the latest block (default 0)
Response
200OK
Paginated DS block listing retrieved successfully
400Bad Request
Invalid request
500Internal Server Error
Server error