{ "opencollection": "1.0.0", "info": { "name": "Monero Daemon RPC Blockchain Transactions API", "version": "0.18" }, "items": [ { "info": { "name": "Transactions", "type": "folder" }, "items": [ { "info": { "name": "Get transactions by IDs", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:18081/get_transactions", "body": { "type": "json", "data": "{}" } }, "docs": "Looks up one or more transactions by their IDs." }, { "info": { "name": "Check if key images are spent", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:18081/is_key_image_spent", "body": { "type": "json", "data": "{}" } }, "docs": "Checks if outputs have been spent using key images." }, { "info": { "name": "Submit raw transaction", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:18081/send_raw_transaction", "body": { "type": "json", "data": "{}" } }, "docs": "Broadcasts a raw transaction to the network." } ] } ], "bundled": true }