Live
get_fixture_order_book
api.prod.sx.betReturns the full open fixture order book from https://sx.bet, grouped by MONEY_LINE, SPREAD and OVER_UNDER with active orders, implied probabilities, stakes and maker addresses.
Parameters1
Runs4
Updated1d ago
Operational4 runs · 100% succeeded
30 days ago90 days agoranfailednot checkedtoday
Playground
Runs on Notte and spends your workspace credits — what comes back is the live response, not a sample.
What is get_fixture_order_book?
Returns the full open fixture order book from https://sx.bet, grouped by MONEY_LINE, SPREAD and OVER_UNDER with active orders, implied probabilities, stakes and maker addresses. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass fixture_id and get the result back without maintaining a scraper.
Response
{
"fixture": {},
"baseToken": {},
"orderBook": {},
"orderCount": 0,
"marketCount": 0,
"marketTypes": [
"<string>"
]
}Call it
curl --location 'https://us-prod.notte.cc/functions/ddb6d154-e8b6-4dc7-9a4b-8a46fe929f4c/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
"function_id": "ddb6d154-e8b6-4dc7-9a4b-8a46fe929f4c",
"variables": {
"fixture_id": "L18904671"
}
}'Ask an agent
Paste this into Claude Code, Cursor or any MCP client to have an agent call this function for you.
prompt
Use the Anything API MCP server (https://anything.notte.cc/mcp). Call run(function_id="ddb6d154-e8b6-4dc7-9a4b-8a46fe929f4c") — the "get_fixture_order_book" function, which returns the full open fixture order book from https://sx.bet, grouped by MONEY_LINE, SPREAD and OVER_UNDER with active orders, implied probabilities, stakes and maker addresses.. It takes fixture_id (str). Return the result as structured JSON.