Skip to main content
POST
Increases the borrowed amount on an active loan without posting more collateral. The contract reverts if the resulting debt would exceed what the existing collateral supports at the current price. Single transaction in both modes. No approval is involved because funds move out of the pool, not in.

Path Parameters

string
required
Market ID.

Body Parameters

integer
required
On-chain loan ID. Must be a positive integer sent as a JSON number, not a string.
string
required
Additional amount to borrow, as a decimal string in borrow asset units.
object
EIP-712 signed price from Sign Price. Omit to price against the stored oracle value.
string
Hash of the transaction you broadcast for this operation. Send it to confirm the transaction and record the result. Omit it to receive the calldata.

Response Fields

object
Borrowing more moves the loan closer to its liquidation threshold. Read the resulting health factor from Get Loan afterwards, and expose it to the borrower before they commit.
This endpoint performs no preflight check in either mode. An amount beyond capacity reverts on-chain. Compute headroom from Get Max Borrow against the loan’s current collateral, less the outstanding principal and accrued interest.