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

> Monitor and browse public tender opportunities from the UAE Ministry of Energy and Infrastructure to identify potential business contracts and bidding opportunities. Stay updated on the latest energy and infrastructure projects available for tender in the UAE.

**Category:** Government & Public Data | **Website:** [www.moei.gov.ae/en/about-ministry/tenders](https://www.moei.gov.ae/en/about-ministry/tenders) | **Docs:** [parse.bot/marketplace/299e2569-af61-4d87-a111-94c4e435d1f3/moei-gov-ae-api](https://parse.bot/marketplace/299e2569-af61-4d87-a111-94c4e435d1f3/moei-gov-ae-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-moei-gov-ae-api-299e2569/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### list_tenders

Retrieves all current public tenders from the UAE Ministry of Energy and Infrastructure. Returns the complete list of available tenders including open and closed items. Results are auto-iterated as a single page; no pagination parameter is needed.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-moei-gov-ae-api-299e2569/list_tenders \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```
