// requires Node 18+ (native fetch)
const res = await fetch("https://your-host.com/api/dex/pools/eth_0x00000000000014aa86c5d3c41765bb24e11bd701-0xde39735c66c6f51669c80e1fde362e42a1b1b927d49dee8d6577765a4e4d38c6");
const data = await res.json();
console.log(data);