Not returning native token BNB for BSC network

Hi, today we are seeing that Moralis API not returning native token BNB for BSC network anymore. Is it a bug? When you plan to fix it? It is kinda blocker for our product.

{
    "bsc_balance": "378373250000000000",
    "bsc_tokens": [{
        "contract_name": "BUSD Token",
        "contract_ticker_symbol": "BUSD",
        "logo_url": null,
        "contract_address": "0xe9e7cea3dedca5984780bafc599bd69add087d56",
        "address": "0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56",
        "contract_decimals": "18",
        "balance": "47249818514505023527",
        "price": 1.0000330276481637,
        "network": "BSC",
        "sort": "default"
    }],
    "tokens": [{
        "contract_name": "BUSD Token",
        "contract_ticker_symbol": "BUSD",
        "logo_url": null,
        "contract_address": "0xe9e7cea3dedca5984780bafc599bd69add087d56",
        "address": "0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56",
        "contract_decimals": "18",
        "balance": "47249818514505023527",
        "price": 1.0000330276481637,
        "network": "BSC",
        "sort": "default"
    }],
    "balance": "378373250000000000"
}

Hi,

We need more info, for what address it doesn’t return the native currency?
What web3api endpoint/function are you using?

Moralis.Web3API.account.getNativeBalance is the endpoint that corresponds to native currency