{ "opencollection": "1.0.0", "info": { "name": "Aevo Exchange Private REST Account API Keys API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "AEVO-KEY", "value": "{{AEVO-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "API Keys", "type": "folder" }, "items": [ { "info": { "name": "Get API keys", "type": "http" }, "http": { "method": "GET", "url": "https://api.aevo.xyz/api-key" }, "docs": "Returns the API keys associated with the authenticated account." }, { "info": { "name": "Create API key", "type": "http" }, "http": { "method": "POST", "url": "https://api.aevo.xyz/api-key", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new API key for the authenticated account." }, { "info": { "name": "Delete API key", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.aevo.xyz/api-key" }, "docs": "Deletes an API key from the authenticated account." } ] } ], "bundled": true }