curl --location --request GET 'https://api.kucoin.com/api/ua/v1/account/balance?accountType=SPOT&accountSubtype¤cy'{
"code": "200000",
"data": {
"accountType": "FUNDING",
"ts": 1768545552141,
"accounts": [
{
"currencies": [
{
"currency": "USDT",
"hold": "0",
"available": "24.64856469",
"balance": "24.64856469",
"equity": "24.64856469"
}
]
}
]
}
}