# Sovereign Crown Haalaah Trust — 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.

> Discover grant opportunities and browse registered nonprofit entities within the Sovereign Crown Haalaah Trust platform, while monitoring real-time system status. Access comprehensive information about available grants and participating organizations to support your funding research and partnership decisions.

**Category:** Government & Public Data | **Website:** [sovereigncrownhaalaahtrust.org/](https://sovereigncrownhaalaahtrust.org/) | **Docs:** [parse.bot/marketplace/8c5fff73-7765-48ac-9c68-a0f395efc0cc/sovereigncrownhaalaahtrust-org-api](https://parse.bot/marketplace/8c5fff73-7765-48ac-9c68-a0f395efc0cc/sovereigncrownhaalaahtrust-org-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-sovereigncrownhaalaahtrust-org-api-8c5fff73/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### get_health

Returns the platform's current operational status, the registered organization name, and its EIN. A singleton status endpoint with no collection semantics.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-sovereigncrownhaalaahtrust-org-api-8c5fff73/get_health \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```

### list_entities

Returns all registered entities under the Sovereign Crown umbrella, including organization name, EIN, entity type, tax form, filing due date, and compliance status.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-sovereigncrownhaalaahtrust-org-api-8c5fff73/list_entities \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```

### list_grants

Returns all grant opportunities tracked by the platform, each with funder details, funding amount, deadline, category tags, and an AI-generated relevance score (0-100).

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-sovereigncrownhaalaahtrust-org-api-8c5fff73/list_grants \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```
