Skip to main content
GET
SDK Alternative: Use agent.fees() for a simpler TypeScript interface. See SDK docs

Description

Retrieves the fee information for a wallet, including the percentage fee applied to yields.

Path Parameters

chain_id
integer
required
The blockchain chain ID
wallet
string
required
The wallet address

Query Parameters

amount
integer
Optional amount to calculate fee for

Response

percentage_fee
number
Fee percentage (e.g., 0.1 = 10%)
fee
number
Calculated fee amount (if amount was provided)