File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -123,11 +123,15 @@ Returns various information about the transaction mempool.
123
123
Only supports JSON as output format.
124
124
Refer to the ` getmempoolinfo ` RPC help for details.
125
125
126
- ` GET /rest/mempool/contents.json `
126
+ ` GET /rest/mempool/contents.json?verbose=<true|false>&mempool_sequence=<false|true> `
127
127
128
128
Returns the transactions in the mempool.
129
129
Only supports JSON as output format.
130
- Refer to the ` getrawmempool ` RPC help for details.
130
+ Refer to the ` getrawmempool ` RPC help for details. Defaults to setting
131
+ ` verbose=true ` and ` mempool_sequence=false ` .
132
+
133
+ * Query parameters for ` verbose ` and ` mempool_sequence ` available in 25.0 and up.*
134
+
131
135
132
136
Risks
133
137
-------------
You can’t perform that action at this time.
0 commit comments