Learn R Programming

stellaRbase (version 0.1.0)

getAccountDetail: Get an overview of an account on the Stellar ledger.

Description

Query the accounts endpoint, specifying no extra resources. Converts the JSON response to a list.

Usage

getAccountDetail(public_key)

Arguments

public_key

character - your Stellar account/wallet address.

Value

list

Examples

Run this code
# NOT RUN {
getAccountDetail("GCO2IP3MJNUOKS4PUDI4C7LGGMQDJGXG3COYX3WSB4HHNAHKYV5YL3VC")
# }

Run the code above in your browser using DataLab