action interactivebrokers_get_marketdata_exchange_components { label: "Exchange Components" description: "This endpoint provides a bit mapping for the bid/ask/last 'market' values in the snapshot response. " provider: interactivebrokers method: GET path: "/marketdata/exchange_components" encoding: json output: { type: "array" items: { type: "object" properties: { Complete: { type: "boolean" } ConId: { type: "number" } mapping: { type: "array" items: { type: "object" properties: { bit: { type: "number" } code: { type: "string" } exchange: { type: "string" } } } } } } } }