const response = await fetch('https://api.algbralabs.com/v1/partner/transactions/activity', { method: 'GET', headers: {}, }); const data = await response.json();
Last updated 1 year ago