{ "opencollection": "1.0.0", "info": { "name": "Upvest Investment Account Transfers Instruments API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/auth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Instruments", "type": "folder" }, "items": [ { "info": { "name": "Upvest List instruments", "type": "http" }, "http": { "method": "GET", "url": "https://api.upvest.co/instruments", "params": [ { "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." }, { "name": "isin", "value": "DE0005140008", "type": "query", "description": "Filter instruments by ISIN code." }, { "name": "type", "value": "EQUITY", "type": "query", "description": "Filter instruments by type." } ] }, "docs": "Retrieve a paginated list of available financial instruments including equities, ETFs, and other tradeable securities." }, { "info": { "name": "Upvest Retrieve an instrument", "type": "http" }, "http": { "method": "GET", "url": "https://api.upvest.co/instruments/:instrument_id", "params": [ { "name": "instrument_id", "value": "", "type": "path", "description": "The unique identifier of the instrument." } ] }, "docs": "Retrieve details for a specific financial instrument." } ] } ], "bundled": true }