Get finalized transaction IDs
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-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
jsonrpcstringrequiredJSON-RPC protocol version
idintegerrequiredClient-defined request identifier
methodstringrequiredRPC method name
paramsarrayrequiredParameters 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