URL : https://www.cryptobulls.exchange/ticker
Response Example :
{ "btc_eth": { "price_change_24h": "-2.48000000", "last_price": "0.03064020", "lowest_ask": "0.03060500", "highest_bid": "0.03142150", "volume": { "btc_trade": 145.228, "fee_collected": 2.90456 } }, "btc_ltc": { "price_change_24h": "1.38000000%", "last_price": "0.00763650", "lowest_ask": "0.00729450", "highest_bid": "0.00763650", "volume": { "btc_trade": 213.69, "fee_collected": 4.2738 } } }
URL : https://www.cryptobulls.exchange/ticker/market
Note: In the URL change the market value with real (eg. btc_eth, btc_ltc, btc_mgc, btc_sil etc....)
Response Example :
{ "price_change_24h": "-2.55000000", "last_price": "0.03061610", "lowest_ask": "0.03060500", "highest_bid": "0.03141810", "volume": { "btc_trade": 144.271, "fee_collected": 2.88542 } }
URL : https://www.cryptobulls.exchange/transaction/btc_eth
Note: In the URL change the market value with real (eg. btc_eth, btc_ltc, btc_mgc, btc_sil etc....)
Response Example :
[ { "timestamp": "1529844234", "price": "0.07000000", "amount": "10.000", "type": "sell" }, { "timestamp": "1529840301", "price": "0.07501200", "amount": "100.000", "type": "sell" }, { "timestamp": "1529840280", "price": "0.07501200", "amount": "900.000", "type": "sell" }, { "timestamp": "1529840275", "price": "0.07501200", "amount": "1000.000", "type": "buy" }, { "timestamp": "1529840233", "price": "0.07501200", "amount": "321.000", "type": "sell" }, { .... .... .... .... Shows last 10 executed transactions } ]