{ "opencollection": "1.0.0", "info": { "name": "Blockaid Asset Management Report API", "version": "1.0.0" }, "items": [ { "info": { "name": "Report", "type": "folder" }, "items": [ { "info": { "name": "Report", "type": "http" }, "http": { "method": "POST", "url": "https://api.blockaid.io/v0/scan/report", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Report a misclassification of any entity (transaction, address, site, token, etc.) using a request ID from a previous scan." }, { "info": { "name": "Report transaction", "type": "http" }, "http": { "method": "POST", "url": "https://api.blockaid.io/tx/v0/report", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Report a transaction" }, { "info": { "name": "Report site", "type": "http" }, "http": { "method": "POST", "url": "https://api.blockaid.io/dapp/v1/report", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Report a misclassification of a site." } ] } ], "bundled": true }