154 | @@ -155,6 +155,48 @@ Refer to the `getrawmempool` RPC help for details. Defaults to setting
155 |
156 | *Query parameters for `verbose` and `mempool_sequence` available in 25.0 and up.*
157 |
158 | +#### Transaction Spending Previous Outputs
159 | +`GET /rest/txspendingprevout/<TXID>-<N>/<TXID>-<N>/.../<TXID>-<N>.json`
Should we be limiting the number of outpoints that can be queried at once?
Yeah, that makes sense. I pushed b7a73192b7f33d583f81a05d6b46c61d0ebffb72 that reuses MAX_GETUTXOS_OUTPOINTS to limit the number of outpoints a user can query at once.