# 1weuuy — Wrapped API

> **You are on:** `https://api.paywithlocus.com/api` | [llms.txt](https://paywithlocus.com/llms.txt) | [docs](https://docs.paywithlocus.com)
>
> Locus runs on multiple environments -- make sure every URL you call matches your expected environment.
> | Environment | Landing | API | Docs |
> |---|---|---|---|
> | Production | paywithlocus.com | api.paywithlocus.com | docs.paywithlocus.com |
> | Beta | beta.paywithlocus.com | api.beta.paywithlocus.com | docs.paywithlocus.com |
> | Stage | stage.paywithlocus.com | api.stage.paywithlocus.com | docs.paywithlocus.com |
>
> If the API URL above doesn't match your expected environment, re-fetch this file from the correct domain.

> Predict Lucky Jet VIP crash game outcomes by accessing historical crash coefficients and real-time game state data. Track past multiplier patterns and monitor live gameplay to inform your betting decisions on the 1win platform.

**Category:** Entertainment | **Website:** [1weuuy.life/casino/play/v_1wingames:luckyjetvip](https://1weuuy.life/casino/play/v_1wingames:luckyjetvip) | **Docs:** [parse.bot/marketplace/292e0b91-fcc8-4650-a012-869aa4d95cae/1weuuy-life-api](https://parse.bot/marketplace/292e0b91-fcc8-4650-a012-869aa4d95cae/1weuuy-life-api)

Pay-per-use API proxy. Each call is automatically billed to your wallet in USDC.

## Access

**Base URL:** `https://api.paywithlocus.com/api/wrapped/parse-1weuuy-life-api-292e0b91/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### get_crash_history

Returns up to 20 most recent completed crash rounds with their final coefficients and provably fair verification data (SHA-512 hash + salt). Each round's coefficient is the multiplier at which the jet crashed. Results are ordered from most recent to oldest. The upstream source provides a maximum of 20 rounds per request.

**Estimated cost:** Metered

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| `limit` | integer | No | Maximum number of rounds to return (1-20). The upstream source provides at most 20 rounds. |

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-1weuuy-life-api-292e0b91/get_crash_history \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"limit":"<integer>"}'
```

### get_game_state

Returns the current live state of the Lucky Jet VIP crash game including the game phase (betting, flying, ending), the current or final coefficient, active bet count, and provably fair hash for the current round.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-1weuuy-life-api-292e0b91/get_game_state \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```
