{ "opencollection": "1.0.0", "info": { "name": "Bloomberg Data License API (HAPI) Broker Strategies Instruments API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Instruments", "type": "folder" }, "items": [ { "info": { "name": "Search for Instruments", "type": "http" }, "http": { "method": "POST", "url": "https://api.bloomberg.com/eap/request/blp/instruments/InstrumentListRequest", "body": { "type": "json", "data": "{}" } }, "docs": "Searches for securities and instruments by query string, supporting partial matches." }, { "info": { "name": "Search for Curves", "type": "http" }, "http": { "method": "POST", "url": "https://api.bloomberg.com/eap/request/blp/instruments/CurveListRequest", "body": { "type": "json", "data": "{}" } }, "docs": "Searches for yield curves and other curve instruments by query." }, { "info": { "name": "Look up Government Securities", "type": "http" }, "http": { "method": "POST", "url": "https://api.bloomberg.com/eap/request/blp/instruments/GovernmentLookupRequest", "body": { "type": "json", "data": "{}" } }, "docs": "Searches for government bond securities by country, currency, and maturity parameters." } ] } ], "bundled": true }