# AfriRef All-Series Snapshot

> AfriRef All-Series Snapshot is a paid API for AI agents from afriref.dev, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns a snapshot of every reference data series (policy rate, VAT, minimum wage, public holidays) across all supported African countries in a single call.

## Facts

- Endpoint: GET https://afriref.dev/v1/all
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/afriref-all-series-snapshot-38375029
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7nDg5B1m6s-0msSunK7UZ

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 afriref-all-series-snapshot-38375029
```

Example prompt: Give me a full snapshot of all reference series — policy rate, VAT, minimum wage, and public holidays — for every African country afriref.dev tracks, all at once.

## When to prefer this

Use this endpoint when you need reference data across multiple countries or series simultaneously and want to avoid making many individual per-country/per-series calls. Ideal for building dashboards, compliance checks, or enrichment pipelines that require a broad view of African fiscal and regulatory data in one shot.

## Known failure modes

- Payment not included or insufficient — 402 Payment Required
- Network timeout if the dataset is large — retry with backoff
- Stale flag is true on returned records — data may be past its expected update cycle, treat with caution
- Partial dataset returned if some series are temporarily unavailable

## How this service works

Snapshot of every series, all countries

## Output

A collection of records for every supported country and series combination. Each record includes the country (ISO code), series identifier, current value (numeric for rates/wages, array of date+name objects for holidays), effective-from date, last-confirmed date, source name and URL, a staleness boolean, optional unit, notes, and where applicable: an effective combined rate and a breakdown of statutory rate components (e.g. Ghana's VAT + NHIL + GETFund).

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": [
  {
   "series": [
    {
     "unit": "percent",
     "notes": "SHARED BCEAO/UEMOA rate — this is NOT an Ivorian national rate; the same figure applies to all 8 union members (Bénin, Burkina Faso, Côte d'Ivoire, Guinée-Bissau, Mali, Niger, Sénégal, Togo). The CPM of 4 March 2026 cut the principal rate 25bps from 3.25% to 3.00% (and the marginal lending facility from 5.25% to 5.00%), effective 16 March 2026; the 3.0000% level is corroborated by the weekly liquidity-injection notice of 8 June 2026. Reserve requirement coefficient held at 3.0%. The CPM meets quarterly (roughly March/June/September/December) — re-verify after each meeting.",
     "stale": false,
     "value": 3,
     "series": "policy-rate",
     "source": {
      "url": "https://www.bceao.int/fr/communique-presse/reunion-ordinaire-du-comite-de-politique-monetaire-de-la-bceao-tenue-le-4-mars",
      "name": "BCEAO — Communiqué de presse, réunion ordinaire du CPM tenue le 4 mars 2026 (-25bps, effet 16 mars 2026)"
     },
     "country": "CI",
     "disclaimer": "Independent service, not affiliated with any government. Verify against the cited official source before legal or financial use.",
     "effective_from": "2026-03-16",
     "last_confirmed": "2026-07-15"
    }
   ],
   "country": "CI"
  }
 ]
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/afriref-all-series-snapshot-38375029/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from afriref.dev](https://www.zero.xyz/host/afriref.dev/llms.txt)
