Home

getmempoolinfo

POST
https://xec.nownodes.io/

Authorizations

ApiKeyAuthApiKeyAuth

api-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
jsonrpcstring

JSON-RPC protocol version. eCash uses version "1.0" (unlike Ethereum's "2.0").

idstring

Unique identifier for the request. Can be any string, often used for request correlation.

methodstring

The 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