From api call here: All Coins' Information | Binance Open Platform
I see the example show:
[
{
“coin”: “BTC”,
“depositAllEnable”: true,
“free”: “0.08074558”,
“freeze”: “0.00000000”,
“ipoable”: “0.00000000”,
“ipoing”: “0.00000000”,
“isLegalMoney”: false,
“locked”: “0.00000000”,
“name”: “Bitcoin”,
…
What is “free” vs “freeze” vs “locked” values mean? I want to get the amount of USDC withdrawable from an account, is this free? or free minus locked?