{ "opencollection": "1.0.0", "info": { "name": "Blockaid Asset Management Crypto Fraud Prevention API", "version": "1.0.0" }, "items": [ { "info": { "name": "Crypto Fraud Prevention", "type": "folder" }, "items": [ { "info": { "name": "Scan Transaction", "type": "http" }, "http": { "method": "POST", "url": "https://api.blockaid.io/v0/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 security assessment indicating whether or not the transaction is malicious, along with textual reasons explaining why it was flagged as such." } ] } ], "bundled": true }