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