# ResidentialLedger Object

The ResidentialLedger table is used to track all customer account level traffic activity on a per service basis.

This table stores all credits and debits of traffic from the account. When all ResidentialLedger entries are summed together for a specific service\_id, you will have the remaining Residential Service bandwidth.

ResidentialLedger entries are made for every credit of traffic such as for the event of a purchase / payment for Residential traffic.

ResidentialLedger entries are made for each distinct day of traffic usage that debits the traffic balance and are edited over the day if traffic increments. This means there will be a single debit ledger per day a customer uses the Residential Proxy Network.

Debiting ResidentialLedger entries are informed by Log and LogSummary objects. These are discussed in the Log and Analytics section.

ResidentialLedger entries use bytes to track traffic and bandwidth as it is the smallest unit allowing for precision tracking.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://internal.developer.documentation.private.user.pingproxies.com/residential-package-management/residentialledger-object.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
