Home

Get finalized transaction IDs

POST
https://xec.nownodes.io/

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of transaction IDs that have been finalized by the Avalanche consensus mechanism but are not yet included in a finalized block. The method does not accept any parameters.

Body

application/json

JSON-RPC request object

jsonrpcstringrequired

JSON-RPC protocol version

idintegerrequired

Client-defined request identifier

methodstringrequired

RPC method name

paramsarrayrequired

Parameters for the method. This method does not accept any parameters, so the array must be empty.

Response

200OK

Successful JSON-RPC response

400Bad Request

Invalid JSON-RPC request