get_account# EBestSimpleDomesticStock.get_account() → dict[source]# 계좌 정보를 조회합니다. Returns: 계좌 정보 account_no (str): 계좌 번호 total_balance (int): 총 평가 금액 purchase_amount (int): 매입 금액 evaluated_amount (int): 평가 금액 pnl_amount (int): 손익 금액 pnl_rate (Decimal): 손익률 Return type: dict