{ "operationId": "getInstrumentPrice", "summary": "Price", "method": "GET", "path": "/instruments/{instrument}/price", "parameters": {}, "responses": { "200": { "description": "Pricing information has been successfully provided.", "schema_ref": "" }, "400": { "description": "", "schema_ref": "" }, "401": { "description": "", "schema_ref": "" }, "404": { "description": "", "schema_ref": "" }, "405": { "description": "", "schema_ref": "" } } }