Success
const response = await fetch('https://newapi.native.org/swap-api/v1/orderbook?chain=ethereum', { method: 'GET', headers: { "apiKey": "text" }, }); const data = await response.json();
[ { "base_address": "text", "quote_address": "text", "base_symbol": "text", "quote_symbol": "text", "levels": [ "text" ], "side": "text", "minimum_in_base": 0 } ]