{ "opencollection": "1.0.0", "info": { "name": "Aladdin Data Cloud Analytics Orders API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.blackrock.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Orders", "type": "folder" }, "items": [ { "info": { "name": "Aladdin Studio List Orders", "type": "http" }, "http": { "method": "GET", "url": "https://api.blackrock.com/adc/v1/orders", "params": [ { "name": "portfolioId", "value": "", "type": "query", "description": "Filter orders by portfolio" }, { "name": "status", "value": "", "type": "query", "description": "Filter by order status" }, { "name": "fromDate", "value": "", "type": "query", "description": "Start date filter (YYYY-MM-DD)" }, { "name": "toDate", "value": "", "type": "query", "description": "End date filter (YYYY-MM-DD)" } ] }, "docs": "Retrieve a paginated list of trading orders with optional filtering by portfolio, status, and date range." }, { "info": { "name": "Aladdin Studio Create Order", "type": "http" }, "http": { "method": "POST", "url": "https://api.blackrock.com/adc/v1/orders", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new trading order for a portfolio security. Orders are submitted to Aladdin's order management system for processing." }, { "info": { "name": "Aladdin Studio Get Order", "type": "http" }, "http": { "method": "GET", "url": "https://api.blackrock.com/adc/v1/orders/:orderId", "params": [ { "name": "orderId", "value": "", "type": "path", "description": "Unique order identifier" } ] }, "docs": "Retrieve details for a specific trading order." } ] } ], "bundled": true }