# Bank of Tanzania — 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.

> Access detailed statistics on government bond auctions from the Bank of Tanzania, including issuance data, bidding information, and yield results. Monitor auction performance and analyze bond market trends with comprehensive government bond data.

**Category:** Finance & Markets | **Website:** [bot.go.tz/](https://bot.go.tz/) | **Docs:** [parse.bot/marketplace/a37f270b-20a5-4e02-8de0-d93f35c5d017/bot-go-tz-api](https://parse.bot/marketplace/a37f270b-20a5-4e02-8de0-d93f35c5d017/bot-go-tz-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-bot-go-tz-api-a37f270b/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### scrape_bonds

Retrieve bond auction results from the Bank of Tanzania (bot.go.tz). Returns detailed data for each auction including dates, bond types, amounts issued, bid-to-cover ratios, and interest rates. Results are returned in reverse chronological order (most recent first). Each auction requires a separate request so higher limit values increase response time.

**Estimated cost:** Metered

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| `limit` | integer | No | Maximum number of auction details to fetch. Each auction requires a separate request so higher values increase response time. |

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-bot-go-tz-api-a37f270b/scrape_bonds \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"limit":"<integer>"}'
```
