# Marketview Luse — 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 prices for securities traded on the Lusaka Securities Exchange (LUSE) to stay updated on market movements and make informed investment decisions. Access live pricing data for all listed securities through a single connection point.

**Category:** Finance & Markets | **Website:** [marketview.luse.co.zm/MarketViewAnonymous](https://marketview.luse.co.zm/MarketViewAnonymous) | **Docs:** [parse.bot/marketplace/0a46c295-2f23-41a7-877b-e95ad7b4be52/marketview-luse-co-zm-api](https://parse.bot/marketplace/0a46c295-2f23-41a7-877b-e95ad7b4be52/marketview-luse-co-zm-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-marketview-luse-co-zm-api-0a46c295/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### get_securities_prices

Returns live market view prices for all LUSE-listed securities. Each record contains the security ticker symbol, its last traded price, and its closing price. Returns all securities in a single call with no pagination.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-marketview-luse-co-zm-api-0a46c295/get_securities_prices \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```
