# Getmidas — 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 real-time stock prices, trading volumes, and fundamental indicators for BIST-listed companies to make informed investment decisions. Track live market data and compare key metrics across Turkish stocks all in one place.

**Category:** Finance & Markets | **Website:** [app.getmidas.com/gmih/uswarrenbuffet](https://app.getmidas.com/gmih/uswarrenbuffet) | **Docs:** [parse.bot/marketplace/1785ff2c-8c87-428f-958a-b48adf332a28/app-getmidas-com-api](https://parse.bot/marketplace/1785ff2c-8c87-428f-958a-b48adf332a28/app-getmidas-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-app-getmidas-com-api-1785ff2c/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### list_stocks

Returns the complete list of stocks traded on Borsa Istanbul (BIST) with live price data, volume, and fundamental indicators. Supports filtering by market index. Data is delayed by 15 minutes. Returns all stocks in a single response with no pagination.

**Estimated cost:** Metered

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| `index` | string | No | Market index filter. 'all' returns all BIST stocks (~626), 'bist100' returns the BIST 100 index constituents, 'bist50' returns BIST 50, 'bist30' returns BIST 30. |

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-app-getmidas-com-api-1785ff2c/list_stocks \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"index":"<string>"}'
```
