getmempoolinfo
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Returns details about the current state of the mempool, including size, usage, fees, and more. No parameters required.
Body
application/json
jsonrpcstringJSON-RPC protocol version. eCash uses version "1.0" (unlike Ethereum's "2.0").
idstringUnique identifier for the request. Can be any string, often used for request correlation.
methodstringThe name of the RPC method to call.
paramsArray<any>Parameters for the method. This method does not require any parameters.
Response
200OK
Successful response with detailed memory pool statistics.
401Unauthorized
Unauthorized
500Internal Server Error
Internal Server Error