JKorf / Kucoin.Net

A C# .netstandard client library for the Kucoin REST and Websocket Spot and Futures API focusing on clear usage and models
https://jkorf.github.io/Kucoin.Net/
MIT License
113 stars 64 forks source link

Add chain to Kucoin.Net.Objects.Models.Spot.KucoinAssetNetwork #187

Closed NinjaRaiden closed 1 year ago

NinjaRaiden commented 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.

shayangha commented 1 year ago

I need too

JKorf commented 1 year ago

Has been added