get_balance {kisopenapi}R 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)


[Package kisopenapi version 0.0.2 Index]