Skip to main content
What are app fees?

Parameters

PropertyDescriptionRequired
walletThe 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,
});