get_aave_flash_loans
Retrieve flash loan events on AAVE for a given chain, including initiator, asset, amount, fee, and timestamp. Use to analyze flash loan activity across supported networks.
Instructions
Use this when the user asks about AAVE flash loans — 'Show me recent flash loans on Ethereum', 'What assets are flash-loaned most?', 'How much in flash loan fees has AAVE earned?'. Returns: initiator address, asset borrowed, amount, fee paid (totalFee), and timestamp. Flash loans must be borrowed and repaid within a single transaction.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | Yes | Chain identifier | |
| first | No | Number of flash loan events to return (1–100, default 20) |