Skip to main content
GET
/
v0
/
business
/
{business_id}
/
reports
/
trial-balance
Retrieve the Trial Balance Report
curl --request GET \
  --url https://api.sandbox.getasset.com/v0/business/{business_id}/reports/trial-balance \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "name": "Chase Checking x5678",
      "ledger_id": "ldg_WQMDNUHpBThYSNh4AprDBo",
      "ledger_type": "asset",
      "debit": 3253.34,
      "credit": 0,
      "has_entries": true
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.getasset.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

Accept
(enum<string> | string)[] | null

The content type of the response

Available options:
application/json,
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Path Parameters

business_id
string<biz_string>
required

The ID of the Business

Example:

"biz_GA6EG2qFxA97NZHtxeLPUy"

Query Parameters

basis
enum<string>
default:modified_cash

Accrual or cash basis. Defaults to ReportBasis.MODIFIED_CASH.

Available options:
accrual,
modified_cash
end_datetime
string<date-time>
required

The end date (inclusive) in ISO-8601 format.

Example:

"2026-01-01T00:00:00Z"

Response

Successful Response

data
TrialBalanceReportLine · object[]
required