Retrieve app fee balances for a specific wallet
import { getClient } from "@relayprotocol/relay-sdk"; const wallet = "0x..."; // Replace with your wallet address const balances = await getClient().actions.getAppFees({ wallet, });
Was this page helpful?