# Propfirmstats — 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.

> Explore and compare prop trading firm challenges across futures and forex markets, reviewing payout policies and trading rules to find the best opportunity for your trading goals. Get detailed challenge specifications from PropFirmStats to make informed decisions about which firms align with your trading strategy.

**Category:** Finance & Markets | **Website:** [propfirmstats.com/firmchallenges](https://propfirmstats.com/firmchallenges) | **Docs:** [parse.bot/marketplace/f98b8fda-cec1-4abc-b5b6-e9640794aa75/propfirmstats-com-api](https://parse.bot/marketplace/f98b8fda-cec1-4abc-b5b6-e9640794aa75/propfirmstats-com-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-propfirmstats-com-api-f98b8fda/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### list_challenges

Returns all prop trading firms and their challenge offerings for a given asset category (forex or futures). Each firm includes challenge details (profit targets, drawdown limits, account sizes, prices), payout policy (frequency, speed, methods, profit split), and trading rules (news trading, EAs, scalping, hedging). Results are ordered by firm rating descending. Individual challenge variants (different account sizes or challenge types) are nested under each firm when available from the upstream source.

**Estimated cost:** Metered

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| `category` | string | Yes | Asset category to filter firms by. |

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-propfirmstats-com-api-f98b8fda/list_challenges \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"category":"<string>"}'
```
