getmempoolentry
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-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
jsonrpcstringrequiredidstringrequiredmethodstringgetmempoolentryrequiredparamsArray<string>requiredParameters:
txid(string, required) — Transaction ID to query.
Response
200OK
Mempool entry details retrieved successfully
401Unauthorized
Unauthorized
500Internal Server Error
Internal Server Error