Returns a paginated list of real-time credit balance snapshots for a subscription. Each item in the list is a ledger_account_balance object, identified by a unique combination of subscription_id, unit_id, unit_type.
Sample Request
Sample Result[JSON]
URL Format
GET https://[site].chargebee.com/api/v2/ledger_account_balances
Input Parameters
Specifies the maximum number of resources to return per page.
Default and Hard Cap
- Optional parameter; if omitted, a server-defined default is applied.
- Values exceeding the server's maximum limit are capped (clamped) to the allowed maximum.
Example → limit = "50"
Opaque cursor indicating the current position in the result set for pagination.
Behavior
- To fetch the next page, pass the
next_offsetvalue returned in the previous response. - The value is opaque and must not be parsed, modified, or constructed manually.
Example → offset = "["1771176208000","96000000006"]"
Filter Params
For operator usages, see the Pagination and Filtering section.
Returns
next_offset
optional, string, max chars=1000
This attribute is returned only if more resources are present. To fetch the next set of resources use this value for the input parameter offset.
Ledger account balance object
Resource object representing ledger_account_balance