How I can get withdrawal fee for TRC-20?

Hello. For default fee i finded a query https://api.binance.com/sapi/v1/asset/assetDetail
but this don’t have fees for other chains.

/sapi/v1/capital/config/getall (here) gives all supported networks for an asset and its withdraw fees
Example:

    {
        "coin": "JST",
        ....
        "networkList": [
            {
                "network": "TRX",
                 ...
                "name": "Tron (TRC20)",
                 ...
                "withdrawFee": "50",
            }
        ]
    }
1 Like

how about its params??! And what kind of its method, GET or POST??!