node-binary icon indicating copy to clipboard operation
node-binary copied to clipboard

Support `locked` by return of /account

Open roy1210 opened this issue 5 years ago • 5 comments

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"
        }

roy1210 avatar Nov 10 '20 14:11 roy1210

Hi Any update for this?

roy1210 avatar Nov 12 '20 03:11 roy1210

@huangsuyu @yutianwu Hi, could you update for this issue?

roy1210 avatar Dec 01 '20 02:12 roy1210

I think the locked field shows the amount which are in-order.

chainwhisper avatar Dec 01 '20 05:12 chainwhisper

@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"
        }

roy1210 avatar Dec 14 '20 04:12 roy1210

@huangsuyu
Hi, any update?

roy1210 avatar Dec 18 '20 09:12 roy1210