Success
const response = await fetch('/v1/orderbook', { 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 } ]