> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rhinestone.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# getAppFeeBalances

> Get the integrator's accrued app-fee balance, as USD totals.

App fees are earned by the integrator identified by this instance's API key
(project-scoped, not tied to any account) and valued in USD at the moment
each fee is collected, so the balance is not affected by later price
movements of the collected tokens.

Method on a [`RhinestoneSDK`](/sdk-reference/rhinestone-sdk/rhinestone-sdk) instance.

## Usage

```ts theme={null}
const appFeeBalances = await sdk.getAppFeeBalances()
```

## Returns

<ResponseField name="appFeeBalances" type="AppFeeBalances">
  The withdrawable and pending app-fee balances in USD
</ResponseField>
