{ "opencollection": "1.0.0", "info": { "name": "E*TRADE Accounts API", "version": "1.0" }, "items": [ { "info": { "name": "Accounts", "type": "folder" }, "items": [ { "info": { "name": "List accounts", "type": "http" }, "http": { "method": "GET", "url": "https://api.etrade.com/v1/accounts/list" }, "docs": "Returns the list of E*TRADE accounts for the authenticated customer." }, { "info": { "name": "Get account balance", "type": "http" }, "http": { "method": "GET", "url": "https://api.etrade.com/v1/accounts/:accountIdKey/balance", "params": [ { "name": "accountIdKey", "value": "", "type": "path" }, { "name": "instType", "value": "", "type": "query" }, { "name": "realTimeNAV", "value": "", "type": "query" } ] }, "docs": "Get account balance" }, { "info": { "name": "View portfolio", "type": "http" }, "http": { "method": "GET", "url": "https://api.etrade.com/v1/accounts/:accountIdKey/portfolio", "params": [ { "name": "accountIdKey", "value": "", "type": "path" } ] }, "docs": "View portfolio" }, { "info": { "name": "List transactions", "type": "http" }, "http": { "method": "GET", "url": "https://api.etrade.com/v1/accounts/:accountIdKey/transactions", "params": [ { "name": "accountIdKey", "value": "", "type": "path" } ] }, "docs": "List transactions" } ] } ], "bundled": true }