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

> Track live 18-karat gold buy and sell prices in Iranian Toman currency directly from WallGold to make informed trading decisions. Get real-time market data instantly and stay updated on gold price movements throughout the day.

**Category:** Finance & Markets | **Website:** [wallgold.ir/](https://wallgold.ir/) | **Docs:** [parse.bot/marketplace/ca1ab200-4bdf-45e8-8b37-e74ab4dc9853/wallgold-ir-api](https://parse.bot/marketplace/ca1ab200-4bdf-45e8-8b37-e74ab4dc9853/wallgold-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-wallgold-ir-api-ca1ab200/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### get_gold_price

Returns the current 18-karat gold buy and sell prices in Toman. Both prices are fetched from the platform's live pricing feed. No inputs required.

**Estimated cost:** Metered

_No parameters required._

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