Get Count of Transactions in Mempool
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Returns the total number of unconfirmed transactions currently held in the node's memory pool, split between transactions that have passed validation and those pending validation.
Body
application/json
jsonrpcstringrequiredThe JSON-RPC protocol version. Must be "2.0" per JSON-RPC 2.0 specification.
methodstringrequiredThe RPC method name. Must be "getmempooltxcount" for this operation.
paramsarrayrequiredArray of method parameters. This method accepts no parameters, so an empty array is required.
idintegerrequiredUnique client-generated request ID to correlate responses with requests.
Response
200OK
Successful response with mempool transaction counts.