{ "opencollection": "1.0.0", "info": { "name": "Capital.com REST Accounts History API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "X-CAP-API-KEY", "value": "{{X-CAP-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "History", "type": "folder" }, "items": [ { "info": { "name": "Get Activity History", "type": "http" }, "http": { "method": "GET", "url": "https://api-capital.backend-capital.com/api/v1/history/activity" }, "docs": "Returns the account activity history." }, { "info": { "name": "Get Transactions History", "type": "http" }, "http": { "method": "GET", "url": "https://api-capital.backend-capital.com/api/v1/history/transactions" }, "docs": "Returns the account transactions history." } ] } ], "bundled": true }