Home

Get Transaction State in Mempool

POST
https://ont.nownodes.io/

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Checks whether a specific transaction exists in the node's unconfirmed transaction pool (mempool) and returns its current processing state. Useful for tracking transaction status before confirmation.

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 "getmempooltxstate" for this operation.

paramsArray<string>required

Array with one parameter: transaction ID (hash) in hexadecimal format to check in mempool.

idintegerrequired

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

Response

200OK

Successful response with transaction state in mempool.