Skip to main content
GET
Get exchange rates for a given base currency

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Query Parameters

baseCurrency
string
required

The base currency for which exchange rates are requested.

Example:

"HKD"

currencies
string[]

A list of currencies for which exchange rates are requested. If not specified, returns all available rates.

Response

200 - application/json

Exchange rates successfully retrieved

baseCurrency
string

The base currency for which exchange rates were requested.

Example:

"HKD"

rates
object