Home

Get Block Transactions List by Block Height

POST
https://ont.nownodes.io/

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a simplified list of all transaction IDs included in a block at the specified height. This endpoint does not return full transaction details or block header metadata, making it lightweight for iterating over block transaction lists.

Body

application/json
jsonrpcstringrequired

The JSON-RPC protocol version. Must be "2.0" per JSON-RPC 2.0 specification.

methodstringrequired

The RPC method name. Must be "getblocktxsbyheight" for this operation.

paramsArray<integer>required

Array with one parameter: block height (integer, zero-based) to fetch transactions for.

idintegerrequired

Unique client-generated request ID to correlate responses with requests.

Response

200OK

Successful response with list of transactions in the block.