{ "opencollection": "1.0.0", "info": { "name": "Bloomberg Data License API (HAPI) Broker Strategies Fills API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Fills", "type": "folder" }, "items": [ { "info": { "name": "Get Fills", "type": "http" }, "http": { "method": "POST", "url": "https://api.bloomberg.com/eap/request/blp/emapisvc/GetFills", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieves fill information for orders and routes. Fills represent partial or complete executions of routes." }, { "info": { "name": "Record a Manual Fill", "type": "http" }, "http": { "method": "POST", "url": "https://api.bloomberg.com/eap/request/blp/emapisvc/ManualFill", "body": { "type": "json", "data": "{}" } }, "docs": "Records a manual fill against a route for cases where fills are reported outside the electronic execution flow." } ] } ], "bundled": true }