# Ni Biashara Africa FX — All Official Pairs Bulk Endpoint

> Ni Biashara Africa FX — All Official Pairs Bulk Endpoint is a paid API for AI agents from agents.nibiashara.biz, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Returns official exchange rates for all eight supported African currency pairs versus USD in a single payload.

## Facts

- Endpoint: GET https://agents.nibiashara.biz/shelf/fx-official-all
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ni-biashara-africa-fx-all-official-pairs-bulk-endpoint-2fd28a02
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0bwN607gurDezH_S92dgI

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability ni-biashara-africa-fx-all-official-pairs-bulk-endpoint-2fd28a02
```

Example prompt: Give me the official exchange rates for all African currency pairs against the USD right now — I need the full eight-pair snapshot from Ni Biashara in one go.

## When to prefer this

Choose this endpoint when you need all eight African currency official rates in a single call rather than making individual per-pair requests. Ideal for dashboards, bulk calculations, and any workflow that needs a complete African FX snapshot at once. Prefer the single-pair sibling endpoint only when bandwidth or cost is a concern and you need just one currency.

## Known failure modes

- Payment not received or x402 authentication failure — returns 402 with payment instructions
- Upstream rate source unavailable — may return stale data or 503
- Malformed request — unlikely given no required input fields but may return 400 if unexpected query params are passed
- Network timeout — endpoint unreachable, returns connection error

## How this service works

Official FX rates — all eight pairs. All supported African pairs vs USD in one payload.

## Output

A JSON object containing the base currency (USD), a count of 8 currency pairs, and an array of rate objects each with a pair code (e.g. USD-KES) and the official numeric rate. Enables a complete snapshot of all supported African currencies in a single round-trip.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "base": "USD",
  "count": 8,
  "rates": [
   {
    "pair": "USD-KES",
    "rate": 129.2
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ni-biashara-africa-fx-all-official-pairs-bulk-endpoint-2fd28a02/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agents.nibiashara.biz](https://www.zero.xyz/host/agents.nibiashara.biz/llms.txt)
