{ "opencollection": "1.0.0", "info": { "name": "defi-analytics account API", "version": "1.0.0" }, "items": [ { "info": { "name": "account", "type": "folder" }, "items": [ { "info": { "name": "getApiV2AccountByAddressPortfolioHistory", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8787/api/v2/account/:address/portfolio/history", "params": [ { "name": "address", "value": "", "type": "path" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "Get single-wallet portfolio value history across all supported chains" }, { "info": { "name": "getApiV2AccountByAddressActivity", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8787/api/v2/account/:address/activity", "params": [ { "name": "address", "value": "", "type": "path" }, { "name": "limit", "value": "", "type": "query" }, { "name": "cursor", "value": "", "type": "query" } ] }, "docs": "Get single-wallet activity feed across all supported chains" } ] } ], "bundled": true }