get_balance: get account balance

View source: R/balance.R

get_balanceR Documentation

get account balance

Description

Get your account balance.

Usage

get_balance(prdt_code, rt_cash_flag = FALSE)

Arguments

prdt_code

A string specifying account product code

rt_cash_flag

A boolean specifying total deposit or not

Value

balance data.frame

Examples

## get account balance
## Not run: 
# detail
get_balance(rt_cash_flag = FALSE)
# total deposit
get_balance(rt_cash_flag = TRUE)
## End(Not run)


kisopenapi documentation built on May 29, 2024, 5:26 a.m.