{ "opencollection": "1.0.0", "info": { "name": "Blockaid Asset Management Sui API", "version": "1.0.0" }, "items": [ { "info": { "name": "Sui", "type": "folder" }, "items": [ { "info": { "name": "Scan Transaction", "type": "http" }, "http": { "method": "POST", "url": "https://api.blockaid.io/v0/sui/transaction/scan", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Get a risk recommendation with plain-language reasons for a Sui transaction." }, { "info": { "name": "Scan Post-Transaction", "type": "http" }, "http": { "method": "POST", "url": "https://api.blockaid.io/v0/sui/post-transaction/scan", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Scan a transaction that was already executed on chain, returns validation with features indicating address poisoning entities and malicious operators." }, { "info": { "name": "Scan Address", "type": "http" }, "http": { "method": "POST", "url": "https://api.blockaid.io/v0/sui/address/scan", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Gets an address and returns a full security assessment indicating whether or not this address is malicious as well as textual reasons of why the address was flagged that way." } ] } ], "bundled": true }