{ "opencollection": "1.0.0", "info": { "name": "Euler Data API (V3) Accounts Curator API", "version": "3.0.0" }, "items": [ { "info": { "name": "Curator", "type": "folder" }, "items": [ { "info": { "name": "List vaults labeled by the authenticated curator", "type": "http" }, "http": { "method": "GET", "url": "/v3/curator/vaults", "params": [ { "name": "chainId", "value": "1,10,8453", "type": "query", "description": "Comma-separated list of chain IDs (single value allowed)." }, { "name": "offset", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query", "description": "Requested page size. Values above the endpoint cap are clamped; the default shared cap is 100." } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "List vaults labeled by the authenticated curator" }, { "info": { "name": "Submit or update curator label for a vault", "type": "http" }, "http": { "method": "PUT", "url": "/v3/curator/vaults/:chainId/:address/labels", "params": [ { "name": "chainId", "value": "", "type": "path" }, { "name": "address", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Submit or update curator label for a vault" } ] } ], "bundled": true }