Getrawmempool
Authorizations
api-keystringRequired
Body
jsonrpcstringRequiredExample:
1.0idstringRequiredExample:
getrawmempoolmethodstring · enumRequiredPossible values:
paramsboolean[]RequiredExample:
Parameters:
verbose(boolean, optional) — If true, return detailed JSON objects instead of txid array. Default: false.
[true]Responses
200
Mempool transactions retrieved successfully
application/json
resultone ofOptional
If verbose is false, an array of transaction IDs in the mempool.
If verbose is true, a JSON object mapping txid to detailed mempool entry data.
string[]Optional
List of transaction IDs (if verbose=false)
errorobject · nullableOptional
Null if successful; otherwise error details
idstringOptional
The ID of the request
401
Unauthorized
application/json
500
Internal Server Error
application/json
post
/Last updated