Get Transaction State in Mempool
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-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
jsonrpcstringrequiredThe JSON-RPC protocol version. Must be "2.0" per JSON-RPC 2.0 specification.
methodstringrequiredThe RPC method name. Must be "getmempooltxstate" for this operation.
paramsArray<string>requiredArray with one parameter: transaction ID (hash) in hexadecimal format to check in mempool.
idintegerrequiredUnique client-generated request ID to correlate responses with requests.
Response
200OK
Successful response with transaction state in mempool.