node-binary
node-binary copied to clipboard
Support `locked` by return of /account
Hi teams,
locked is not returning anytimelock value. Kindly please check and fix it. Thank you!
Endpoint: https://dex.binance.org/api/v1/account
{
"account_number": xxxx,
"address": "xxxxxxxxxx",
"balances": [
{
"free": "0.51390000",
"frozen": "0.08000000",
"locked": "0.00000000", <= Not working
"symbol": "BNB"
}
Hi Any update for this?
@huangsuyu @yutianwu Hi, could you update for this issue?
I think the locked field shows the amount which are in-order.
@huangsuyu
Sorry for late reply.
Shouldn't show the amount of locked value ? Is it possible to fix this issue?
{
"account_number": xxxx,
"address": "xxxxxxxxxx",
"balances": [
{
"free": "0.51390000",
"frozen": "0.08000000",
"locked": "0.00000000", <= Not working
"symbol": "BNB"
}
@huangsuyu
Hi, any update?