{ "opencollection": "1.0.0", "info": { "name": "Litecoin Core JSON-RPC Addresses UTXO API", "version": "0.21" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "UTXO", "type": "folder" }, "items": [ { "info": { "name": "Get UTXOs (JSON)", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:9332/rest/getutxos/:checkmempool/:outpoints.json", "params": [ { "name": "checkmempool", "value": "", "type": "path", "description": "Whether to check the mempool (0=no, 1=yes)" }, { "name": "outpoints", "value": "", "type": "path", "description": "One or more outpoints as txid-vout pairs separated by slashes (e.g. abc123-0/def456-1)\n" } ] }, "docs": "Queries the UTXO set for specified outpoints per BIP64. The checkmempool segment is a flag (0 or 1) indicating whether to check the mempool for unconfirmed outputs. Outpoints are specified as txid-n pairs separated by slashes (e.g. txid1-0/txid2-1).\n" } ] } ], "bundled": true }