Last updated 10 months ago
const response = await fetch('/v1/public/trades', { method: 'GET', headers: {}, }); const data = await response.json();
[ {} ]