Closed NinjaRaiden closed 1 year ago
in kucoinClient.SpotApi.ExchangeData.GetAssetAsync function we have access to NetworkName which I assume is "chainName" from json response, but no to "chain".
{"chainName":"BEP20","chain":"bsc","withdrawalMinSize":"10","withdrawalMinFee":"5","isWithdrawEnabled":false,"isDepositEnabled":false,"confirms":32,"contractAddress":""}
Please add another property name "Chain". Its useful for Withdraw or CreateDepositeAddress that need chain.
I need too
Has been added
in kucoinClient.SpotApi.ExchangeData.GetAssetAsync function we have access to NetworkName which I assume is "chainName" from json response, but no to "chain".
{"chainName":"BEP20","chain":"bsc","withdrawalMinSize":"10","withdrawalMinFee":"5","isWithdrawEnabled":false,"isDepositEnabled":false,"confirms":32,"contractAddress":""}
Please add another property name "Chain". Its useful for Withdraw or CreateDepositeAddress that need chain.