From aece660c445a61f3f158603e9d59b0114ede5397 Mon Sep 17 00:00:00 2001 From: rmurphy23 Date: Wed, 15 Jul 2020 14:44:51 -0700 Subject: [PATCH] Adds commandline response for account_offers.md --- .../account-methods/account_offers.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/content/references/rippled-api/public-rippled-methods/account-methods/account_offers.md b/content/references/rippled-api/public-rippled-methods/account-methods/account_offers.md index 2ad9efd489..d69fa7bede 100644 --- a/content/references/rippled-api/public-rippled-methods/account-methods/account_offers.md +++ b/content/references/rippled-api/public-rippled-methods/account-methods/account_offers.md @@ -152,6 +152,19 @@ An example of a successful response: } } ``` +*Commandline* + +```json +{ + "result" : { + "account" : "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59", + "ledger_current_index" : 56843824, + "offers" : [], + "status" : "success", + "validated" : false + } +} +```