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(pk, data = NA, domain = "public")

Arguments

pk

character - your Stellar account address (also known as a public key.)

data

character - if the Stellar account has data key-value pairs assigned to it, pass the key name to get the value. The internal request builder will attempt to parse the key to ASCII if it contains any non-ASCII characters.

domain

character - signalling to query the testnet or public network. Can be either "testnet" or "public".

Value

list or Account class.

Note

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

Examples

1
getAccountDetail("GCO2IP3MJNUOKS4PUDI4C7LGGMQDJGXG3COYX3WSB4HHNAHKYV5YL3VC")

xlm documentation built on Oct. 23, 2018, 1:04 a.m.