Get OHLC(k line) of specific market.
Last updated 1 year ago
const response = await fetch('//www.mameex.com/api/v2/live/public/markets/{market}/k-line', { method: 'GET', headers: {}, }); const data = await response.json();