Live
get_lucky_jet_vip_crash_history
1weuuy.lifeReturns up to 20 recent completed Lucky Jet VIP crash rounds from https://1weuuy.life, ordered newest first, with coefficients and SHA-512 provably fair verification data.
Parameters1
Runs10
Updated10d ago
Operational10 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_lucky_jet_vip_crash_history?
Returns up to 20 recent completed Lucky Jet VIP crash rounds from https://1weuuy.life, ordered newest first, with coefficients and SHA-512 provably fair verification data. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass limit and get the result back without maintaining a scraper.
Response
{
"count": 0,
"rounds": [
{
"id": "<string>",
"hash": "<string>",
"salt": "<string>",
"outcome": 0,
"coefficient": 0,
"final_values": [
0
],
"hash_algorithm": "<string>",
"top_coefficient": 0
}
]
}Call it
curl --location 'https://us-prod.notte.cc/functions/1d085f19-2267-4308-8730-5346dd2cf5f9/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
"function_id": "1d085f19-2267-4308-8730-5346dd2cf5f9",
"variables": {
"limit": 20
}
}'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="1d085f19-2267-4308-8730-5346dd2cf5f9") — the "get_lucky_jet_vip_crash_history" function, which returns up to 20 recent completed Lucky Jet VIP crash rounds from https://1weuuy.life, ordered newest first, with coefficients and SHA-512 provably fair verification data.. It takes limit (int). Return the result as structured JSON.