Home

getmempoolentry

POST
https://rvn.nownodes.io/

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns detailed information about a transaction currently in the mempool. Requires the transaction ID (txid) as a parameter.

Body

application/json
jsonrpcstringrequired
idstringrequired
methodstringgetmempoolentryrequired
paramsArray<string>required

Parameters:

  1. txid (string, required) — Transaction ID to query.

Response

200OK

Mempool entry details retrieved successfully

401Unauthorized

Unauthorized

500Internal Server Error

Internal Server Error