Search through all available offers.
OK
const response = await fetch('api.rair.market/api/offers/', { method: 'GET', headers: {}, }); const data = await response.json();