"kis.py_구문_오류_수정"
This commit is contained in:
Binary file not shown.
@@ -40,6 +40,7 @@ async def get_balance(market: Literal["Domestic", "Overseas"]):
|
||||
try:
|
||||
data = await kis_client.get_balance(market)
|
||||
return data
|
||||
except Exception as e:
|
||||
raise HTTPException(status_code=500, detail=str(e))
|
||||
|
||||
@router.put("/order")
|
||||
|
||||
Reference in New Issue
Block a user