{ "opencollection": "1.0.0", "info": { "name": "Blockaid Asset Management Metrics API", "version": "1.0.0" }, "items": [ { "info": { "name": "Metrics", "type": "folder" }, "items": [ { "info": { "name": "Create Metric", "type": "http" }, "http": { "method": "POST", "url": "https://api.blockaid.io/v0/platform/metrics", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Create a metric definition that can be used by monitoring rules." }, { "info": { "name": "Get Metric", "type": "http" }, "http": { "method": "GET", "url": "https://api.blockaid.io/v0/platform/metrics/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The metric's ID." } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Fetch a single metric by ID." }, { "info": { "name": "Update Metric", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.blockaid.io/v0/platform/metrics/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The metric's ID." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Update a metric by ID." }, { "info": { "name": "Delete Metric", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.blockaid.io/v0/platform/metrics/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The metric's ID." } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Remove a metric by ID." }, { "info": { "name": "Search Metrics", "type": "http" }, "http": { "method": "POST", "url": "https://api.blockaid.io/v0/platform/metrics/search", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Search metric definitions with pagination and sorting controls." } ] } ], "bundled": true }