Parameters
No parameters required
This endpoint takes no path, query, header or body parameters.
Returns the full currency master with metadata (name, symbol, decimals, ISO 4217 numeric code, rate-lock flag) plus the latest rate against the organisation default currency: rate (units of base per 1 unit of code), rateDate (the oldest fixing in the resolution path), and hops (0 = direct quote / identity, 1+ = via pivot). Sort: org default first, then alphabetical by ISO code.
No parameters required
This endpoint takes no path, query, header or body parameters.
1 status code documented
itemsobject[]RequiredAll currencies, org default first, then alphabetical.
codestringRequiredISO 4217 alphabetic code.
EURnamestring | nullRequiredEnglish display name.
EurosymbolstringRequiredNative symbol or ISO code as fallback.
€KčdecimalsnumberRequiredISO 4217 fractional digits (JPY/HUF/KRW=0, BHD=3, others 2).
20numericCodestring | nullRequiredISO 4217 numeric code (3 chars), null if unknown.
978rateLockbooleanRequiredWhen true, the daily multi-source sync skips this currency on either side of the pair (manual override wins).
falseratenumber | nullRequiredLatest available rate: how many units of the org default currency 1 unit of code is worth. Null when no rate is reachable in the graph within the lookback window.
24.3551nullrateDatestring | nullRequiredYYYY-MM-DD of the oldest fixing in the resolution path. Null when rate is null.
2026-04-28hopsnumber | nullRequiredNumber of pivot hops to reach the rate (0 = direct quote / identity, 1+ = via cross-rate path).
012itemCountnumberRequired158defaultCurrencyCodestringRequiredISO code of the organisation default currency.
CZK{
"items": [
{
"code": "EUR",
"symbol": "€",
"decimals": 2,
"rateLock": false
}
],
"itemCount": 158,
"defaultCurrencyCode": "CZK"
}GET /bff/currency/list
curl -X GET "https://api.bizkithub.com/bff/currency/list" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"All BizKitHub public API endpoints require authentication via API key.