Skip to main content
GET
Get currency metadata by code
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

GET /currencies/ Static ISO 4217 reference lookup — not tenant-specific. Registered last among /currencies/* routes so it never shadows the static paths above (exchange-rates, tenant). Authorization:
  • Required role: user or higher

Code Examples

Authorizations

Authorization
string
header
required

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

Path Parameters

code
string
required

Case-insensitive; upper-cased server-side.

Response

Currency metadata retrieved

success
boolean
Example:

true

data
object

Static reference metadata for one ISO 4217 currency (currencyUtils.ts).