API

 1. Trading Pairs API

Return all the trading pairs supported by Allbandex

URL -https://www.allbandex.net/api/pairs

2.Market Info API

Returns all markets' fee, minimum order total amount

URL - https://www.allbandex.net/api/market_info

"Status":1,"message":"Success", "data":[{"symbol":"ETH_BTC","min_amount":"0.20000000","min_price":"0.20000000","maker_trade_fee":"0.03","taker_trade_fee":"0.01"},..

3. Tickers API

Returns the tickers for all the supported trading pairs

URL - https://www.allbandex.net/api/ticker

"Status":1,"message":"Success", "data":"data":[{"symbol":"ETH_BTC","last_price":"0.021706","change":"1.96","low":"0.021116","high":"0.021784","volume":"11507.280"},..

4. Ticker API

Returns the ticker for specific pair

https://www.allbandex.net/api/ticker?symbol=ETH_BTC

"Status":1,"message":"Success", "data":"data":[{"symbol":"ETH_BTC","last_price":"0.021706","change":"1.96","low":"0.021116","high":"0.021784","volume":"11507.280"},..
 

https://www.allbandex.net/api/ticker?symbol=ETH_BTC

https://www.allbandex.net/api/ticker?symbol=BTC_USD

https://www.allbandex.net/api/ticker?symbol=BTC_ABDX

https://www.allbandex.net/api/ticker?symbol=BTC_KRW

https://www.allbandex.net/api/ticker?symbol=ETH_KRW

https://www.allbandex.net/api/ticker?symbol=ABDX_BTC

5. OrderBook

Returns the ticker for specific pair

URL- https://www.allbandex.net/api/orderbooklatest?symbol=ETH_BTC

"Status":1,"message":"Success", "data":"{"symbol":"ETH_BTC","bids": {"0.02168","1.066"},{"0.021679","0.632"},"asks":[..

https://www.allbandex.net/api/orderbook?symbol=ETH_BTC

https://www.allbandex.net/api/orderbook?symbol=BTC_ABDX

https://www.allbandex.net/api/orderbook?symbol=BTC_KRW

6. Recent OrderBook

Returns the ticker for specific pair with 5 records

https://www.allbandex.net/api/orderbooklatest?symbol=ETH_BTC

"Status":1,"message":"Success", "data":"{"symbol":"ETH_BTC","bids": {"0.02168","1.066"},{"0.021679","0.632"},"asks":[..

https://www.allbandex.net/api/orderbooklatest?symbol=ETH_BTC

https://www.allbandex.net/api/orderbooklatest?symbol=BTC_ABDX

https://www.allbandex.net/api/orderbooklatest?symbol=BTC_KRW

7. Trade History

Return the most recent 100 trade history records:

https://www.allbandex.net/api/tradehistory?symbol=ETH_BTC

"Status":1,"message":"Success", "data":"{ {"0.02168","1.066"..

https://www.allbandex.net/api/tradehistory?symbol=ETH_BTC

https://www.allbandex.net/api/tradehistory?symbol=BTC_KRW

https://www.allbandex.net/api/tradehistory?symbol=BTC_ABDX

8. Recent Trade History

Return the most recent 5 trade history records:

https://www.allbandex.net/api/tradehistorylatest?symbol=ETH_BTC

"Status":1,"message":"Success", "data":"{ {"0.02168","1.066"..

https://www.allbandex.net/api/tradehistorylatest?symbol=ETH_BTC

https://www.allbandex.net/api/tradehistorylatest?symbol=BTC_ABDX

https://www.allbandex.net/api/tradehistorylatest?symbol=BTC_KRW