Get last price market
https://stakecenter.co/dash/api/{market}/{short_coin_name}
Sample:
https://stakecenter.co/dash/api/BTC/DOGE
Get all markets last price
https://stakecenter.co/dash/api/all
Get volume within 24 hours
https://stakecenter.co/dash/api/volume24
Get all volume
https://stakecenter.co/dash/api/volumeall
Get order book
https://stakecenter.co/dash/apimarket/orderbook/{ticker}
Sample (ticker is pair market eg: DOGE/2x2 ):
https://stakecenter.co/dash/apimarket/orderbook/DOGE/2x2
Get last 24h volume all pairs and all markets
https://stakecenter.co/dash/apimarket/market24all/all
Get trade history
https://stakecenter.co/dash/apimarket/tradehistory/all/{ticker_id}/{limit}Sample (ticker_id is pair market eg: DOGE/2x2 ) https://stakecenter.co/dash/apimarket/tradehistory/all/DOGE/2x2/200
https://stakecenter.co/dash/apimarket/tradehistory/all/{ticker_id}/{limit}
Sample (ticker_id is pair market eg: DOGE/2x2 )
https://stakecenter.co/dash/apimarket/tradehistory/all/DOGE/2x2/200