powered by
Returns all operations that were included in valid transactions that affected a particular account. Converts the JSON response to a list.
getOperations_Account(public_key, cursor = NULL, limit = 10, order = "asc", data.table = TRUE)
character - your Stellar account/wallet address.
numeric - optional, a paging token - where to start from. Can also be "now".
numeric - optional, the number of records to return. Default is 10.
character - optional, "asc" or "desc"
boolean - if TRUE, a data.table is returned. If FALSE or NULL, a list is returned.
data.table (default) or list
# NOT RUN { getOperations_Account("GsomeAccount", order = "asc") # }
Run the code above in your browser using DataLab