AaveV3Borrow

Description

Borrow a token from AaveV3 market

Notes

User borrows tokens from the Aave protocol

Action ID

0x9e9290b1

SDK Action

const aaveV3BorrowAction = new dfs.actions.aaveV3.AaveV3BorrowAction(
    useDefaultMarket,
    market,
    amount,
    to,
    rateMode,
    assetId,
    useOnBehalf,
    onBehalf
);

Action Type

STANDARD_ACTION

Input Parameters

Return Value

Events and Logs

Last updated

Was this helpful?