# Balances A `Balance` resource represents the current financial state of an `Application` identified by the `linked_to` query parameter.

It tracks the state of funds processed through the system, including amounts that are: - `available_amount` for immediate use or disbursement. - `pending_amount` due to processing times, holds, or other constraints. - `posted_amount`, which reflects the total sum (including both available and pending funds). ## List Balances - [GET /balances](https://docs.finix.com/api/balances/listbalances.md): Retrieve a list of resources. For details on how to query endpoints using the available parameters, see Query Parameters. ## Fetch a Balance - [GET /balances/{balance_id}](https://docs.finix.com/api/balances/getbalance.md): Retrieve the details of a specific . ## List Balance Entries - [GET /balances/{balance_id}/balance_entries](https://docs.finix.com/api/balances/listbalanceentries.md): A reflects a change to an application's due to a or a (i.e., "top-up"). You can use this endpoint to obtain a list of objects. ## Fetch a Balance Entry - [GET /balance_entries/{balance_entry_id}](https://docs.finix.com/api/balances/getbalanceentry.md): Retrieve the details of a specific .