DocsAPI ReferenceCurrency/bff/currency/list
getCurrencyAdmin BFF

/bff/currency/list

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.

CurrencygetBffCurrencyList

No parameters

This endpoint takes no path, query, header or body parameters.

Request

GET /bff/currency/list

get
curl -X GET "https://api.bizkithub.com/bff/currency/list" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Response

JSON payload

{
  "items": [
    {
      "code": "EUR",
      "symbol": "€",
      "decimals": 2,
      "rateLock": false
    }
  ],
  "itemCount": 158,
  "defaultCurrencyCode": "CZK"
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key