Hypurracle Demo

Click the button below to send a GET request to the Hypurracle API endpoint and see the response.


const res = await fetch('https://api.hypurracle.xyz/read?feeds%5B0%5D=HYPE-SPOT');
const data = await res.json();
setResponse(JSON.stringify(data, null, 2));