# 1wlucb — 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.

> Access the complete history of Lucky Jet crash game rounds from 1win, viewing multiplier coefficients and verifying the fairness of each outcome. Track past game results and validate game integrity using provably fair verification data for informed gameplay analysis.

**Category:** Entertainment | **Website:** [1wlucb.life/casino/play/v_1wingames:luckyjet?p=appl&sub1=69a79ea3ed8658000110064e&sub2=26&sub7=SEO](https://1wlucb.life/casino/play/v_1wingames:luckyjet?p=appl&sub1=69a79ea3ed8658000110064e&sub2=26&sub7=SEO) | **Docs:** [parse.bot/marketplace/a8fe6920-19ed-4638-9a8c-8b0e21b2c0bf/1wlucb-life-api](https://parse.bot/marketplace/a8fe6920-19ed-4638-9a8c-8b0e21b2c0bf/1wlucb-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-1wlucb-life-api-a8fe6920/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### get_round_history

Returns the 20 most recent completed Lucky Jet rounds. Each round includes its crash multiplier coefficient and provably fair hash/salt for verification. The endpoint establishes a demo game session internally to access the game server; no authentication is required from the caller.

**Estimated cost:** Metered

_No parameters required._

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