WexLibrary easy way to use the Wex.nz Public API.
Their site https://wex.nz/
Public API Documentation https://wex.nz/api/3/docs
If you want to use this library in your project, you will need use this library https://www.newtonsoft.com/json.
var wx = new WexCurrency();
string btcBuy = wx.TickerGetBuy("btc_usd"); // pyrchase price btc
------------------------------
var wx = new WexCurrency();
string btcMin = wx.InfoGetMinPrice("btc_usd"); // min price btc
-------------------------------
var wx = new WexCurrency();
var pairArray = wx.DepthGetAllPairs("btc_rur") // get 150 activity orders. You can set limit orders, but limit <=5000