{ "operationId": "getTrade", "summary": "Trade Details", "method": "GET", "path": "/accounts/{accountID}/trades/{tradeSpecifier}", "parameters": {}, "responses": { "200": { "description": "The details for the requested Trade is provided", "schema_ref": "" }, "401": { "description": "", "schema_ref": "" }, "404": { "description": "", "schema_ref": "" }, "405": { "description": "", "schema_ref": "" } } }