Agents
Get Fee
Get fee information for a wallet
GET
SDK Alternative: Use
agent.fees() for a simpler TypeScript interface. See SDK docsDescription
Retrieves the fee information for a wallet, including the percentage fee applied to yields.Path Parameters
integer
required
The blockchain chain ID
string
required
The wallet address
Query Parameters
integer
Optional amount to calculate fee for
Response
number
Fee percentage (e.g., 0.1 = 10%)
number
Calculated fee amount (if amount was provided)