$0.02
per call · USD Coin on Base
Official FX rates — all eight pairs. All supported African pairs vs USD in one payload.
Endpoint
GET https://agents.nibiashara.biz/shelf/fx-official-all2
Calls / 30d
2
Unique payers / 30d
Aug 30
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-official-all", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://agents.nibiashara.biz/shelf/fx-official-all" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"base": "USD",
"count": 8,
"rates": [
{
"pair": "USD-KES",
"rate": 129.2
}
]
}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 Africa Daily Brief
agents.nibiashara.biz
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.
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.