Get Block Transactions List by Block Height
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-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
jsonrpcstringrequiredThe JSON-RPC protocol version. Must be "2.0" per JSON-RPC 2.0 specification.
methodstringrequiredThe RPC method name. Must be "getblocktxsbyheight" for this operation.
paramsArray<integer>requiredArray with one parameter: block height (integer, zero-based) to fetch transactions for.
idintegerrequiredUnique client-generated request ID to correlate responses with requests.
Response
200OK
Successful response with list of transactions in the block.