so has anyone tried making something with the API yet?
https://github.com/BanxCapital/Banx.io-WSSR-Client-Libhttps://banx.io/apisAdvanced API
The advanced api uses realitime signaling to allow endless posibilities of programability. Please familiarize yourself with SIGNALR, WEBSOCKETS or NODE.JS before starting your project. The websocket url is wss://www.banx.io:8080 only secure connections are allowed.
https://api.banx.io:8081/signalr/hubs returns the hubs api javascript. This contains the available hubs and the associated methods that you can call on them (server side methods).
WSSR API Documentation PDF (V 0.2.6)
This PDF contains the official documentation of the WSSR API.
Libraries & Examples
OFFICIAL Library and Examples
Official client libarary and examples
HTML JavaScript Examples
Official client libarary and examples
HTTP API V3
The http api uses standard querytring and headers to perform various operations on the site and returns JSON formatted data. If you only need to pull data please use the simple api, real-time updates please use the WSSR api.
Please note HTTP API V2 is now depreciated and will soon be retired.
HTTP API V3 Documentation PDF (V 0.1.0)
This PDF contains the official documentation of the HTTP API.
Simple API
The simple api uses standard http url calls to return JSON data.
https://www.banx.io/SimpleAPI?a=markets returns an array of active markets
https://www.banx.io/SimpleAPI?a=marketsv2 returns an array of active markets along with the current price and coin volume
https://www.banx.io/SimpleAPI?a=orderbook&c=BLC&p=BTC c = coin
p = partner
returns orderbook data
https://www.banx.io/SimpleAPI?a=tradessince&c=BLC&p=BTC&T=1388538061 c = coin
p = partner
t = unixtime
returns trades since unix timestamp (seconds) (2 days max)
https://www.banx.io/GetPrices?c=BLC&p=BTC c = coin
p = partner
returns the trade pairs current price and volume
System Time
These URLs return a Unix timestamp of the current system time. 1 second is added to the time at the server to compensate for processing and transfer time.
https://www.banx.io/SystemTimehttps://www.banx.io:8080/SystemTime.aspx