# Goldika — 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 18-karat gold buy and sell prices in Toman directly from Goldika's market data. Stay informed on current gold valuations to make timely purchasing or selling decisions.

**Category:** Finance & Markets | **Website:** [goldika.ir/](https://goldika.ir/) | **Docs:** [parse.bot/marketplace/44fbb24b-5d82-4a90-8186-1d441f47569b/goldika-ir-api](https://parse.bot/marketplace/44fbb24b-5d82-4a90-8186-1d441f47569b/goldika-ir-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-goldika-ir-api-44fbb24b/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### get_gold_price

Returns the current buy and sell prices for 18-karat gold (per gram) in Toman. One upstream request; no pagination. Prices update frequently throughout trading hours.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-goldika-ir-api-44fbb24b/get_gold_price \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```
