JKorf / Binance.Net

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

[Feature request] include tags in BinanceProduct.cs #1330

Closed uponatime2019 closed 6 months ago

uponatime2019 commented 6 months ago

It have tags but library not implement yet in BinanceProduct.cs

https://www.binance.com/bapi/asset/v2/public/asset-service/product/get-products

{"s":"BNBBTC","st":"TRADING","b":"BNB","q":"BTC","ba":"","qa":"฿","i":"0.00100000","ts":"0.000001","an":"BNB","qn":"Bitcoin","o":"0.005947","h":"0.006022","l":"0.005830","c":"0.005915","v":"65003.377000","qv":"385.9764808","y":0,"as":65003.37700000,"pm":"BTC","pn":"BTC","cs":151694676,

"tags":["Layer1_Layer2","BSC","pos","bnbchain"]

,"pom":false,"pomt":null,"lc":false,"g":true,"sd":false,"r":false,"hd":false,"rb":false,"ks":false,"etf":false},{"s":"NULSBTC","st":"TRADING","b":"NULS","q":"BTC","ba":"","qa":"฿","i":"1.00000000","ts":"0.00000001","an":"Nuls","qn":"Bitcoin","o":"0.00000530","h":"0.00000596","l":"0.00000527","c":"0.00000550","v":"794134.00000000","qv":"4.39710786","y":0,"as":794134.00000000,"pm":"BTC","pn":"BTC","cs":105088781,

"tags":["Layer1_Layer2","mining-zone","pos"]
JKorf commented 6 months ago

Added it in the latest version