diff --git a/docs/src/apps/jsonrpc-api.md b/docs/src/apps/jsonrpc-api.md index 4a9d8039b..fc358dc28 100644 --- a/docs/src/apps/jsonrpc-api.md +++ b/docs/src/apps/jsonrpc-api.md @@ -441,9 +441,10 @@ address backwards in time from the provided signature or most recent confirmed b #### Parameters: * `` - account address as base-58 encoded string * `` - (optional) Configuration object containing the following fields: + * `limit: ` - (optional) maximum transaction signatures to return (between 1 and 1,000, default: 1,000). * `before: ` - (optional) start searching backwards from this transaction signature. If not provided the search starts from the top of the highest max confirmed block. - * `limit: ` - (optional) maximum transaction signatures to return (between 1 and 1,000, default: 1,000). + * `until: ` - (optional) search until this transaction signature, if found before limit reached. #### Results: The result field will be an array of transaction signature information, ordered