curl --location --request GET 'https://api.kucoin.com/api/v1/otc-loan/loan'{
"code": "200000",
"data": {
"parentUid": "1260004199",
"orders": [{
"orderId": "671a2be815f4140007a588e1",
"principal": "100",
"interest": "0",
"currency": "USDT"
}],
"ltv": {
"transferLtv": "0.6000",
"onlyClosePosLtv": "0.7500",
"delayedLiquidationLtv": "0.7500",
"instantLiquidationLtv": "0.8000",
"currentLtv": "0.1111"
},
"totalMarginAmount": "900.00000000",
"transferMarginAmount": "166.66666666",
"margins": [{
"marginCcy": "USDT",
"marginQty": "1000.00000000",
"marginFactor": "0.9000000000"
}]
}
}