From e5d41d9740a6b7b3b0db632a40800d876378febe Mon Sep 17 00:00:00 2001 From: rmurphy23 Date: Wed, 15 Jul 2020 14:52:35 -0700 Subject: [PATCH] Adds commandline repsonse to account_tx.md --- .../account-methods/account_tx.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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: