curl --location --request GET 'https://api.kucoin.com/api/v3/margin/currencies?isIsolated=false¤cy=BTC&symbol'//Cross Margin
{
"code": "200000",
"data": [
{
"timestamp": 1729678659275,
"currency": "BTC",
"borrowMaxAmount": "75.15",
"buyMaxAmount": "217.12",
"holdMaxAmount": "217.12",
"borrowCoefficient": "1",
"marginCoefficient": "1",
"precision": 8,
"borrowMinAmount": "0.001",
"borrowMinUnit": "0.0001",
"borrowEnabled": true
}
]
}
//Isolated Margin
//{
// "code": "200000",
// "data": [
// {
// "timestamp": 1729685173576,
// "symbol": "BTC-USDT",
// "baseMaxBorrowAmount": "75.4",
// "quoteMaxBorrowAmount": "6000000",
// "baseMaxBuyAmount": "217.84",
// "quoteMaxBuyAmount": "8000000",
// "baseMaxHoldAmount": "217.84",
// "quoteMaxHoldAmount": "8000000",
// "basePrecision": 8,
// "quotePrecision": 8,
// "baseBorrowCoefficient": "1",
// "quoteBorrowCoefficient": "1",
// "baseMarginCoefficient": "1",
// "quoteMarginCoefficient": "1",
// "baseBorrowMinAmount": "0.001",
// "baseBorrowMinUnit": "0.0001",
// "quoteBorrowMinAmount": "10",
// "quoteBorrowMinUnit": "1",
// "baseBorrowEnabled": true,
// "quoteBorrowEnabled": true
// }
// ]
//}