Check how many shares you’ve borrowed and the equivalent token amount of a given market.
arbitrum, base, ethereum The user address of the desired market position.
The key that uniquely identifies the market. This can be found using the 'Get Markets' endpoint.
^0x.*Successful Response
The amount of the loan token borrowed.
^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$The amount of the collateral token supplied.
^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$The Loan-To-Value ratio measures the proportion of debt relative to collateral value. If this ratio exceeds the 'liquidation_loan_to_value_threshold', the position is liquidatable.
Maximum borrowing percentage before liquidation risk. E.g: LLTV of 80% means for a collateral value equivalent of $100, the maximum one can borrow in value is $80. If above like $80.0001, the position is liquidatable.