Deposit (Prime Lend)
Deposit a single Currency to a Notional account
To deposit underlying tokens to Notional, users can use the depositUnderlyingToken
method:
Deposit Prime Cash to a Notional Account
To deposit Prime Cash to Notional, users can use the depositAssetToken
method:
Batch deposit to a Notional Account
To deposit multiple tokens to Notional at once, users can use the batchBalanceAction
method:
Note that the array of actions must be sorted by currency ids when using batch functions.
Last updated