get_account_numbers {charlesschwabapi}R Documentation

Get Account Numbers

Description

Given the tokens object from the 'get_authentication_tokens' function, return the account number(s) information, including the actual account number(s) and the encrypted ID(s) of the user that were granted when authenticating. The encrypted IDs are used in other functions (like orders and transactions) that require a specific encrypted account ID to be specified.

Usage

get_account_numbers(tokens)

Arguments

tokens

token object from 'get_authentication_tokens' function (list).

Value

Returns a data frame containing the account numbers and their encrypted values.

Author(s)

Nick Bultman, njbultman74@gmail.com, June 2024


[Package charlesschwabapi version 1.0.2 Index]