diff --git a/content/references/rippled-api/public-rippled-methods/utility-methods/random.md b/content/references/rippled-api/public-rippled-methods/utility-methods/random.md index d960318806..5a863fc5af 100644 --- a/content/references/rippled-api/public-rippled-methods/utility-methods/random.md +++ b/content/references/rippled-api/public-rippled-methods/utility-methods/random.md @@ -70,6 +70,17 @@ An example of a successful response: } ``` +*Commandline* + +```json +{ + "result" : { + "random" : "DB7C23C7F224CD410912E68A997BE0FD0FA7175A4C74B829BE5A80ED0DBAA0C5", + "status" : "success" + } +} +``` + The response follows the [standard format][], with a successful result containing the following field: