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

Description Usage Arguments Value Note Examples

View source: R/getAccountDetail.R

Description

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

Usage

1
getAccountDetail(public_key)

Arguments

public_key

character - your Stellar account/wallet address.

Value

list

Note

https://www.stellar.org/developers/horizon/reference/endpoints/accounts-single.html

Examples

1
getAccountDetail("GCO2IP3MJNUOKS4PUDI4C7LGGMQDJGXG3COYX3WSB4HHNAHKYV5YL3VC")

stellaRbase documentation built on April 11, 2018, 5:03 p.m.