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.
123123Only supports JSON as output format.
124124Refer to the ` getmempoolinfo ` RPC help for details.
125125
126- ` GET /rest/mempool/contents.json `
126+ ` GET /rest/mempool/contents.json?verbose=<true|false>&mempool_sequence=<false|true> `
127127
128128Returns the transactions in the mempool.
129129Only 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+
131135
132136Risks
133137-------------
You can’t perform that action at this time.
0 commit comments