curl --location --request GET 'https://api.kucoin.com/api/v3/margin/available-inventory?currency=USDT'
{ "code": "200000", "data": [ { "currency": "BTC", "borrowableAmount": "78.21772785" } ] }