Base URL: https://argon-brain.argonintelligence.workers.dev
Verify connectivity:
{
"argon_says": "(V1) Pulse is Live!",
"server_time": "..."
}| Code | Country | Currency | Exchange |
|---|---|---|---|
| zm | Zambia | ZMW | LuSE |
| za | South Africa | ZAR | JSE |
| bw | Botswana | BWP | BSE |
| na | Namibia | NAD | — |
| zw | Zimbabwe | ZWG | ZSE |
| mw | Malawi | MWK | MSE |
Pass ?country=<code> to select a market (default: zm).
Official central bank FX rates
Binance P2P parallel rates + spread
Commercial bank buy/sell rates
Central bank policy rate
CPI & inflation data
Copper, gold, brent prices
Stock market index
Treasury bill auction results
Government bonds & debt
Fuel pump prices
Data freshness metadata
| Param | Type | Description |
|---|---|---|
| country | string | ISO country code (default: zm) |
| symbol | string | Filter by symbol/currency |
| q | string | Text search filter |
| start | date | Start date (YYYY-MM-DD) |
| end | date | End date (YYYY-MM-DD) |
| limit | int | Max records (for pagination) |
| offset | int | Record offset (for pagination) |
Prefix paths with /v1/ for structured JSON responses.
{
"data": [...],
"meta": {
"total_records": 20184,
"offset": 0,
"limit": 2,
"has_more": true
}
}Errors return structured JSON with code, message, and status.
{
"error": {
"code": "CATEGORY_NOT_FOUND",
"message": "Category 'foo' not found",
"status": 404
}
}The /freshness endpoint returns staleness metadata for all 11 categories.
Each entry includes last_scraped, update_frequency, staleness_threshold_hours, and is_stale.
X-Argon-Source: RAM or R2
X-Argon-Cache-Status: fresh, stale, or miss
X-Argon-Cache-TTL: Seconds remaining
Cache-Control: public, max-age={...}, stale-while-revalidate={...}