CurrencyBeacon/listCurrencies

Preview only · details below

CurrencyBeaconCurrencyBeacon exchange-rate API

GET/currencies

List supported currencies

Returns a numeric-key map of available currencies with names, codes, precision, and display symbols.

Query latest, historical, conversion, time-series, and supported-currency data with caller-owned CurrencyBeacon credentials.

Request

operationId
listCurrencies
Server
https://api.currencybeacon.com/v1
Authentication
apiKey

Request parameters

No URL, query, or header parameters.

Responses

200

CurrenciesResponseapplication/json

Request succeeded and returns this Endpoint's JSON response.

400

ErrorResponseapplication/json

The request parameters are invalid.

Properties: messagemetaresponse

401

ErrorResponseapplication/json

The caller credential is missing, invalid, or not activated.

Properties: messagemetaresponse

403

ErrorResponseapplication/json

The caller plan or permission does not allow this request.

Properties: messagemetaresponse

404

ErrorResponseapplication/json

The requested Endpoint or resource does not exist.

Properties: messagemetaresponse

429

ErrorResponseapplication/json

The caller exceeded a service quota or rate limit.

Properties: messagemetaresponse

500

ErrorResponseapplication/json

The upstream service encountered an internal error.

Properties: messagemetaresponse

{}