Orders
Last updated
Was this helpful?
Last updated
Was this helpful?
unique address of the pool
0x3ba638...fb25e
Pattern: ^0x[a-fA-F0-9]{40}$
number of contracts (ie 4)
4
orderbook side ("ask" or "bid")
bid
Pattern: ^bid$|^ask$
unique address of the provider
0x3ba638...fb25e
Pattern: ^0x[a-fA-F0-9]{40}$
optional flag to get invalid quotes
^invalid$
GET /orderbook/orders HTTP/1.1
Host:
x-apikey: YOUR_API_KEY
Accept: */*
[
{
"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
}
]