Parameters
| Property | Description | Required |
|---|---|---|
| wallet | The wallet address to fetch app fee balances for | ✅ |
Example
import { getClient } from "@relayprotocol/relay-sdk";
const wallet = "0x..."; // Replace with your wallet address
const balances = await getClient().actions.getAppFees({
wallet,
});