> ## Documentation Index
> Fetch the complete documentation index at: https://cashfreepayments-d00050e9-theme-update.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Balance

> Use this API to get the ledger balance and available balance of your account. Available balance is ledger balance minus the sum of all pending transfers (transfers triggered and processing or pending now).

Please use this Authorization token in headers to call any payout API (Refresh this page if the token is expired)

<iframe src="https://www.cashfree.com/devstudio/preview/payouts/embed/bearerToken" width="600" />

<Accordion title="Click to view the response codes.">
  | Sub Code | Status  | Message                        | Solution                                                                                                |
  | :------- | :------ | :----------------------------- | :------------------------------------------------------------------------------------------------------ |
  | 200      | SUCCESS | Ledger balance for the account |                                                                                                         |
  | 403      | ERROR   | Token is not valid             | Verify the generated token.                                                                             |
  | 412      | ERROR   | Token missing in the request   | Enter the generated token as the value for Authorization under Headers in this format: Bearer \<token>. |
</Accordion>
