cURL
curl --request GET \ --url https://api.limitless.exchange/markets/{slug}/orderbook
{ "adjustedMidpoint": 0.75, "asks": [ { "price": 0.76, "size": 100 } ], "bids": [ { "price": 0.74, "size": 150 } ], "lastTradePrice": 0.75, "maxSpread": 0.05, "minSize": 1, "tokenId": "19633204485790857949828516737993423758628930235371629943999544859324645414627" }
Retrieve the current orderbook for a market showing all open buy and sell orders
subscribe_market_prices
marketSlugs
Current orderbook with bids and asks
0.75
Show child attributes
0.05
1
"19633204485790857949828516737993423758628930235371629943999544859324645414627"