curl --location --request GET 'https://api.kucoin.com/api/v3/margin/borrowRate?vipLevel¤cy=BTC, ETH'{
"code": "200000",
"data": {
"vipLevel": 0,
"items": [
{
"currency": "BTC",
"hourlyBorrowRate": "0.00000098",
"annualizedBorrowRate": "0.0086"
},
{
"currency": "ETH",
"hourlyBorrowRate": "0.00000468",
"annualizedBorrowRate": "0.041"
}
]
}
}