diff --git a/content/references/rippled-api/public-rippled-methods/account-methods/account_tx.md b/content/references/rippled-api/public-rippled-methods/account-methods/account_tx.md index 827867b247..270633a98a 100644 --- a/content/references/rippled-api/public-rippled-methods/account-methods/account_tx.md +++ b/content/references/rippled-api/public-rippled-methods/account-methods/account_tx.md @@ -557,6 +557,22 @@ An example of a successful response: } ``` +*Commandline* + +```json +{ + "result" : { + "account" : "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59", + "ledger_index_max" : 56843937, + "ledger_index_min" : 56843321, + "limit" : 2, + "status" : "success", + "transactions" : [], + "validated" : true + } +} +``` + The response follows the [standard format][], with a successful result containing the following fields: