{ "opencollection": "1.0.0", "info": { "name": "Upvest Investment Account Transfers Transactions API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/auth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Transactions", "type": "folder" }, "items": [ { "info": { "name": "Upvest List transactions", "type": "http" }, "http": { "method": "GET", "url": "https://api.upvest.co/accounts/:account_id/transactions", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The unique identifier of the account." }, { "name": "offset", "value": "", "type": "query", "description": "The number of items to skip for pagination." }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return per page." } ] }, "docs": "Retrieve transaction history for an account including order executions, fees, dividends, and transfers." } ] } ], "bundled": true }