Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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?