# Blaze — 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 latest Blaze Double game outcomes instantly, including winning colors, roll numbers, and provably fair server seeds to track results and verify game integrity. Stay updated with real-time roulette game data to analyze patterns and validate fairness across rounds.

**Category:** Entertainment | **Website:** [blaze.bet.br/pt/games/double](https://blaze.bet.br/pt/games/double) | **Docs:** [parse.bot/marketplace/2c4abcb8-3e21-4afc-b924-83c2ac3810b1/blaze-bet-br-api](https://parse.bot/marketplace/2c4abcb8-3e21-4afc-b924-83c2ac3810b1/blaze-bet-br-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-blaze-bet-br-api-2c4abcb8/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### get_latest_results

Returns the 20 most recent completed Double game rounds. Each result includes the color outcome (white/red/black), the roll number (0-14), a timestamp, and a provably fair server seed. Results are ordered from newest to oldest. No input parameters required.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-blaze-bet-br-api-2c4abcb8/get_latest_results \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```
