Skip to content

Whiroo/WexAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WexAPI

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.

Examples:

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

and etc.

If you find errors or you have suggestions, please write to me at the e-mail : [email protected]

About

Library for working with Wex Public API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages