Getmempoolentry

getmempoolentry

post

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

Authorizations
api-keystringRequired
Body
jsonrpcstringRequiredExample: 1.0
idstringRequiredExample: getmempoolentry
methodstring · enumRequiredPossible values:
paramsstring[]Required

Parameters:

  1. txid (string, required) — Transaction ID to query.
Example: ["txid_example"]
Responses
chevron-right
200

Mempool entry details retrieved successfully

application/json
errorobject · nullableOptional

Null if successful, otherwise contains error details

idstringOptional

The ID of the request

post
/

Last updated