Get the trial balance

This endpoint returns the trial balance of the current company for the given period.

DEPRECATED BEHAVIOR: page and per_page params are deprecated. Please use cursor and limit for pagination instead. For more details, see our API documentation https://pennylane.readme.io/docs/2026-api-changes-guide for migration instructions.

This endpoint requires the following scope: trial_balance:readonly

Query Params
boolean
Defaults to true

If you are already using the X-Use-2026-API-Changes header, you can ignore this parameter.

The Pennylane API is introducing important changes, which will be rolled out in three phases: preview, sunset and cleanup.

For new user, please use this parameter with true value to opt in directly to the new version of the API.

Preview phase: From January 14th to April 7th 2026. Opt in by setting this attribute to true to test and migrate to the new behavior.

Sunset phase: From April 8th to June 30th 2026. The new behavior becomes the default. Set this attribute to false if you need additional time to migrate.

Cleanup phase: Starting July 1st 2026 The old behavior will no longer be available. You must have migrated by this point.

For more details, see our API documentation https://pennylane.readme.io/docs/2026-api-changes-guide for migration instructions.

date
required

The start of the period you want the trial balance for.

date
required

The end of the period you want the trial balance for.

boolean

Whether to include auxiliary accounts or not.

integer
deprecated

This pagination system is DEPRECATED. For more details, see our API documentation https://pennylane.readme.io/docs/2026-api-changes-guide for migration instructions. Items are paginated, this is the current page which will be returned. The page index is starting at 1.

integer
1 to 1000
deprecated

This pagination system is DEPRECATED. For more details, see our API documentation https://pennylane.readme.io/docs/2026-api-changes-guide for migration instructions. Items are paginated. By default, you get 20 items per page. You can specify another number of items per page.

string

This pagination system is only available in the new version of the API. For more details, see our API documentation https://pennylane.readme.io/docs/2026-api-changes-guide for migration instructions. Use this to fetch the next set of results. The cursor is an opaque string returned in the previous response's metadata. Leave empty for the first request.

integer
1 to 1000

This pagination system is only available in the new version of the API. For more details, see our API documentation https://pennylane.readme.io/docs/2026-api-changes-guide for migration instructions. Number of items to return per request. Defaults to 20 if not specified. Must be between 1 and 1000.

Responses

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