get_lucky_jet_vip_live_state
1weuuy.lifeReturns the current Lucky Jet VIP round state from https://1weuuy.life, including phase, current or final coefficient, active bet count, and provably fair hash details.
Playground
Runs on Notte and spends your workspace credits — what comes back is the live response, not a sample.
What is get_lucky_jet_vip_live_state?
Returns the current Lucky Jet VIP round state from https://1weuuy.life, including phase, current or final coefficient, active bet count, and provably fair hash details. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — call it with no parameters and get the result back without maintaining a scraper.
Response
{
"rtp": 0,
"phase": "<string>",
"round_id": "<string>",
"coefficient": 0,
"observed_at": "<string>",
"source_phase": "<string>",
"active_bet_count": 0,
"coefficient_kind": "<string>",
"state_changed_at": "<string>",
"provably_fair_hash": "<string>",
"provably_fair_digest": "<string>",
"provably_fair_algorithm": "<string>"
}Call it
curl --location 'https://us-prod.notte.cc/functions/bb0424ed-b0be-4421-b2b5-ff7b69718119/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
"function_id": "bb0424ed-b0be-4421-b2b5-ff7b69718119",
"variables": {}
}'Ask an agent
Paste this into Claude Code, Cursor or any MCP client to have an agent call this function for you.
Use the Anything API MCP server (https://anything.notte.cc/mcp). Call run(function_id="bb0424ed-b0be-4421-b2b5-ff7b69718119") — the "get_lucky_jet_vip_live_state" function, which returns the current Lucky Jet VIP round state from https://1weuuy.life, including phase, current or final coefficient, active bet count, and provably fair hash details.. It takes no parameters. Return the result as structured JSON.