# Br Advfn — 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.

> Get real-time corn futures contract quotes from Brazil's market, including current prices, expiration dates, and trading volume all in one place. Monitor contract details to track market trends and make informed trading decisions.

**Category:** Finance & Markets | **Website:** [br.advfn.com/investimentos/futuros/milho/cotacoes](https://br.advfn.com/investimentos/futuros/milho/cotacoes) | **Docs:** [parse.bot/marketplace/f3377ead-b9e9-48a0-8892-bcc42a107cdd/br-advfn-com-api](https://parse.bot/marketplace/f3377ead-b9e9-48a0-8892-bcc42a107cdd/br-advfn-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-br-advfn-com-api-f3377ead/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### get_corn_futures_quotes

Retrieves all active corn (milho) futures contract quotes from B3/BMF as listed on ADVFN Brazil. Returns one record per contract with code, expiration month, last price, price variation, daily high/low, and volume. Results are a single-page snapshot of all currently listed contracts.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-br-advfn-com-api-f3377ead/get_corn_futures_quotes \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```
