Orderbook
Get Orderbook
GET /api/v1/orderbook/{marketId}Path Parameters
Parameter
Type
Description
Query Parameters
Parameter
Type
Required
Description
Response
{
"marketId": "0x1234...abcd",
"bids": [
{
"price": 500000,
"size": 10000000
},
{
"price": 490000,
"size": 20000000
}
],
"asks": [
{
"price": 520000,
"size": 15000000
}
],
"lastUpdate": 1735689000
}Field
Type
Description
Price Level Fields
Field
Type
Description
Per-Outcome Orderbooks
Examples
Last updated
