What are app fees?Documentation Index
Fetch the complete documentation index at: https://docs.relay.link/llms.txt
Use this file to discover all available pages before exploring further.
Parameters
| Property | Description | Required |
|---|---|---|
| wallet | A valid WalletClient from viem or an adapted wallet generated from an adapter that meets this interface. | ✅ |
| chainId | Chain ID to claim fees on | ✅ |
| currency | Token address to claim | ✅ |
| recipient | Address to receive claimed fees (defaults to wallet address) | ❌ |
| amount | The amount to be claimed in the currency specified. | ❌ |
| onProgress | Callback to update UI state as execution progresses. Can also be used to get the transaction hash for a given step item. The following data points are returned: steps, fees, breakdown, txHashes, currentStep, currentStepItem, details | ❌ |
| disableCapabilitiesCheck | Skip wallet.getCapabilities calls used for EIP-5792 atomic-batch detection and smart-wallet detection. Set this for wallets with a broken getCapabilities implementation that hangs or never resolves. When true, execution falls back to sequential transactions. | ❌ |