Bloomberg AIM · Schema

BlpapiRequest

Financial DataMarket DataOrder ManagementPortfolio ManagementTrading

Properties

Name Type Description
serviceUri string BLPAPI service URI (e.g., //blp/refdata)
operationName string Name of the BLPAPI operation
requestObject object The operation-specific request payload
View JSON Schema on GitHub

JSON Schema

bloomberg-http-blpapi-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "BlpapiRequest",
  "type": "object",
  "properties": {
    "serviceUri": {
      "type": "string",
      "description": "BLPAPI service URI (e.g., //blp/refdata)"
    },
    "operationName": {
      "type": "string",
      "description": "Name of the BLPAPI operation"
    },
    "requestObject": {
      "type": "object",
      "description": "The operation-specific request payload"
    }
  }
}