diff --git a/content/references/rippled-api/public-rippled-methods/account-methods/account_currencies.md b/content/references/rippled-api/public-rippled-methods/account-methods/account_currencies.md index c0e6e2ad50..95e3a244e8 100644 --- a/content/references/rippled-api/public-rippled-methods/account-methods/account_currencies.md +++ b/content/references/rippled-api/public-rippled-methods/account-methods/account_currencies.md @@ -133,6 +133,31 @@ An example of a successful response: } ``` +*Commandline* + +```json +{ + "result" : { + "account_data" : { + "Account" : "rG1QQv2nh2gr7RCZ1P8YYcBUKCCN633jCn", + "Balance" : "9986", + "Flags" : 1114112, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "0705FE3F52057924C288296EF0EBF668E0C1A3646FBA8FAF9B73DCC0A797B4B2", + "PreviousTxnLgrSeq" : 51948740, + "RegularKey" : "rhLkGGNZdjSpnHJw4XAFw1Jy7PD8TqxoET", + "Sequence" : 192220, + "index" : "92FA6A9FC8EA6018D5D16532D7795C91BFB0831355BDFDA177E86C8BF997985F" + }, + "ledger_hash" : "A18990ECC3FC7C1DCFF4B3ED98B436EA87B63195FE08DA205650FD7DE8445303", + "ledger_index" : 56823150, + "status" : "success", + "validated" : true + } +} +``` + The response follows the [standard format][], with a successful result containing the following fields: