Last updated 8 months ago
Terms and Disclaimers
Successful operation
const response = await fetch('/orderbook/orders', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "base": "WETH", "quote": "USDC", "expiration": "03NOV23", "strike": 1700, "type": "P", "side": "bid", "remainingSize": 3, "provider": "0x3ba638...fb25e", "taker": "0x0000000000000000000000000000000000000000", "price": ".15", "deadline": 184, "quoteId": "0x3ba638...fb25e", "ts": 1698952534 } ]