List ledgers

Retrieve all ledger entries matching the specified filter criteria. Supports pagination, sorting, and filtering by account, date range, ledger type, and real-time entries.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Search criteria including filters, pagination, and sort options.

criteria
object
required

Filter criteria to narrow down ledger results.

int64

Page number for which the records should be returned.

int64

Number of records to be returned per page. Default limit: 100.

int64

Total count of records to return. Default: 100. Acceptable range: 1 to 100.

int64

ID of the last record returned with the current call. To filter by offset, sort by id is required (ASC or DESC).

boolean

Set to true to include the total count of matching records in the response.

sortOptions
object

Sorting preferences for the result set.

Responses

400

The request could not be accepted by the Passport server due to a malformed syntax, which may be a missing required parameter or other syntactical error.

401

The request lacks valid authentication credentials. Verify the API key and authorization header.

403

The authenticated user does not have permission to perform this operation.

500

An unexpected error occurred on the Passport server while processing the request.

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json