$0.5
per call · USD Coin on Base
Africa FX daily brief. Every official pair plus both parallel quotes and spreads in one structured payload — the one call a pricing or remittance agent needs each morning.
Endpoint
GET https://agents.nibiashara.biz/shelf/fx-africa-daily-brief3
Calls / 30d
2
Unique payers / 30d
Sep 4
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://agents.nibiashara.biz/shelf/fx-africa-daily-brief", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://agents.nibiashara.biz/shelf/fx-africa-daily-brief" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"generated_at": "2026-08-22T06:00:00Z",
"official": [
{
"pair": "USD-KES",
"rate": 129.2
}
],
"parallel": [
{
"pair": "USD-NGN",
"parallel_mid": 1389.1
}
]
}Payment details
0x403b72e2edbc9db738e09d3064a6a54f8a027055USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Data & Enrichment and the homepage with a featured placement.
More from Nibiashara & similar services
Nibiashara · Shelf FX Official ALL
agents.nibiashara.biz
Official FX rates — all eight pairs. All supported African pairs vs USD in one payload.
Nibiashara · Parallel USD NGN
agents.nibiashara.biz
Street (parallel-market) FX rate for a West African currency vs USD, derived from live P2P order books, with the official rate and the spread between them
Nibiashara · Shelf Carrier Authority Check
agents.nibiashara.biz
US carrier authority & safety check (FMCSA). Live federal FMCSA record for a US motor carrier: legal name, operating status (allowed to operate), authority, safety rating, fleet size, crash and inspection summary — with plain risk flags. The check a freight-broker or dispatch agent runs before tendering a load.