Last updated 8 months ago
Terms and Disclaimers
Successful operation
const response = await fetch('/pools/strikes', { method: 'GET', headers: {}, }); const data = await response.json();
[ 5000, 5500, 6000, "...", 9500, 10000, 11000, 12000, "...", 20000 ]