{
"requestId": "90c814d517064ebc8217534851e15b05",
"currency": null
}curl --location --request POST '/v1/channel/account/balance' \
--header 'Content-Type: application/json' \
--data-raw '{
"requestId": "90c814d517064ebc8217534851e15b05",
"currency": null
}'{
"balances": [
{
"currency": "CNH",
"amount": 10000,
"enable": true,
"createTime": "2025-10-29 11:15:33"
},
{
"currency": "USD",
"amount": 0,
"enable": true,
"createTime": "2025-08-23 13:28:04"
}
]
}