Sub-Journal Query Message

Sub-Journal query messages return current information on one or more sub-journals in the ledger. Sub-Journal queries support paginated access.

Sub-Journal Query Message Properties

Property Type Description
after string For pagination, a reference to the last sub-journal in the previous page.
codes Code Selectors See Query Selectors
limit int The maximum number of sub-journals to return.
names Name Selectors See Query Selectors
range string The code for the first sub-journal.
rangeEnding string The code for the last sub-journal.

All properties are optional. A query request with no properties will return all sub-journals.

Note that the value of limit is capped by the Ledger configuration.