{ "opencollection": "1.0.0", "info": { "name": "Services.AutoTrading Account Values Update pricing API", "version": "2.4.138+710c760591" }, "items": [ { "info": { "name": "Update pricing", "type": "folder" }, "items": [ { "info": { "name": "UpdatePricingGetPrices", "type": "http" }, "http": { "method": "GET", "url": "https://gateway.saxobank.com/sim/openapi/partnerintegration/v1/instrumentprices", "params": [ { "name": "$skip", "value": "1", "type": "query", "description": "The number of entries to skip from the beginning of the collection" }, { "name": "$top", "value": "1", "type": "query", "description": "The number of entries to return from the beginning of the collection" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://sim.logonvalidation.net/authorize", "accessTokenUrl": "https://sim.logonvalidation.net/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get the prices for unlisted instruments\n\nThis endpoint supports OData query operators: $top and $skip.\n Default value of query operator $top is 1000 records and maximum value is 1000 records." }, { "info": { "name": "UpdatePricingUpdatePrices", "type": "http" }, "http": { "method": "POST", "url": "https://gateway.saxobank.com/sim/openapi/partnerintegration/v1/instrumentprices", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://sim.logonvalidation.net/authorize", "accessTokenUrl": "https://sim.logonvalidation.net/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Update pricing\n\nEndpoint update the prices for unlisted uics." } ] } ], "bundled": true }