{ "opencollection": "1.0.0", "info": { "name": "Blockaid Asset Management Stellar API", "version": "1.0.0" }, "items": [ { "info": { "name": "Stellar", "type": "folder" }, "items": [ { "info": { "name": "Scan Transaction", "type": "http" }, "http": { "method": "POST", "url": "https://api.blockaid.io/v0/stellar/transaction/scan", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Gets a transaction and returns a full simulation indicating what will happen in the transaction together with a recommended action and some textual reasons of why the transaction was flagged that way." }, { "info": { "name": "Report Transaction", "type": "http" }, "http": { "method": "POST", "url": "https://api.blockaid.io/v0/stellar/transaction/report", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Report Transaction" }, { "info": { "name": "Scan Address", "type": "http" }, "http": { "method": "POST", "url": "https://api.blockaid.io/v0/stellar/address/scan", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Get a full security assessment indicating weather or not this address is malicious as well as textual reasons of why the address was flagged that way." } ] } ], "bundled": true }