Get orderbook for specific market
The order book stores prices based on the Yes
outcome. Provide marketId and get orderbook for that specific marketRequest Code Samples
curl --location --request GET 'https://api-sepolia.predict.fun/orderbook/'
Responses
{
"success": true,
"data": {
"marketId": 0,
"updateTimestampMs": 0,
"asks": [
[
0,
0
]
],
"bids": [
[
0,
0
]
]
}
}
Modified at 2024-12-11 12:14:21