Skip to main content
GET
List all globally supported currencies
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

GET /currencies Returns the static ISO 4217 reference list (currencyMetadata) — not tenant-specific. No require* role gate in code, but still requires a valid bearer token via the router’s mount-level basicAuth middleware. Authorization:
  • Required role: user or higher

Code Examples

Authorizations

Authorization
string
header
required

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

Response

Supported currencies retrieved

success
boolean
Example:

true

data
object[]