getrawmempool
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Returns all transaction IDs currently in the mempool.
If verbose is true, returns a JSON object with detailed mempool entry information for each transaction.
Body
application/json
jsonrpcstringrequiredidstringrequiredmethodstringgetrawmempoolrequiredparamsArray<boolean>requiredParameters:
verbose(boolean, optional) — If true, return detailed JSON objects instead of txid array. Default: false.
Response
200OK
Mempool transactions retrieved successfully
401Unauthorized
Unauthorized
500Internal Server Error
Internal Server Error