Transaction Batching
AAVE leverage long/short
Execute an Aave looping strategy that involves repeated supply and borrow operations.
This endpoint creates a multicall transaction that performs a series of operations:
- Approves and supplies initial token
- For each loop:
- Borrows another token
- Swaps borrowed token back to supply token
- Supplies the swapped tokens
The transaction must be authorized using the /authorization endpoint to prevent replay attacks.
POST
Body
application/json
Request model for executing an Aave loop strategy.
Response
200
application/json
Successful Response
The response is of type object
.