Skip to main content
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 by base, 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

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Query Parameters

base
string

Filter by base currency code (case-insensitive; upper-cased server-side).

quoted
string

Filter by quoted currency code (case-insensitive; upper-cased server-side).

period
string

Filter by accounting period, YYYYMM.

Pattern: ^\d{6}$
page
integer
default:1
Required range: x >= 1
limit
integer
default:50
Required range: x <= 100

Response

Exchange rates retrieved

status
string
Example:

"success"

data
object