Get ticker of specific market.
Last updated 1 year ago
Timestamp of ticker
const response = await fetch('//www.mameex.com/api/v2/live/public/markets/{market}/tickers', { method: 'GET', headers: {}, }); const data = await response.json();
{ "at": 0, "ticker": { "low": 0, "high": 0, "open": 0, "last": 0, "volume": 0, "amount": 0, "vol": 0, "avg_price": 0, "price_change_percent": "text", "at": 0 } }