List exchange rates for the tenant
Currencies
List exchange rates for the tenant
GET /currencies/exchange-rates
GET
List exchange rates for the tenant
This endpoint requires authentication. Include your Bearer token in the Authorization header.
Description
GET /currencies/exchange-rates Supports filtering bybase, quoted, and period, paginated.
Route ordering note: this static path is registered before the
/{code} parameterized route so exchange-rates is never mistaken
for a currency code.
Authorization: any authenticated tenant member (requireUser).
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Query Parameters
Filter by base currency code (case-insensitive; upper-cased server-side).
Filter by quoted currency code (case-insensitive; upper-cased server-side).
Filter by accounting period, YYYYMM.
Pattern:
^\d{6}$Required range:
x >= 1Required range:
x <= 100