Skip to content

Commit 1ff5d61

Browse files
committed
doc: add mempool/contents rest verbose and mempool_sequence args
1 parent 52a31dc commit 1ff5d61

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

doc/REST-interface.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,15 @@ Returns various information about the transaction mempool.
123123
Only supports JSON as output format.
124124
Refer 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

128128
Returns the transactions in the mempool.
129129
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+
131135

132136
Risks
133137
-------------

0 commit comments

Comments
 (0)