GET/currencies

Get Currencies

This API call returns a list of supported currencies along with the acceptable format for the RatesAPI. The currency code is used when passing the currency parameter in the /rateshop method to specify the currency.
GET/currencies

Responses

StatusMeaningDescriptionSchema
200OKSuccessschemacurrencyresp
400Bad RequestBad Request
401UnauthorizedAuthentication Failed or Account validity expired
500Internal Server ErrorInternal server error

Example Request

# You can also use wget
curl -X GET /currencies \
  -H 'Accept: application/json' \
  -H 'Authorization: Bearer {access-token}'

Example responses

200 Response
{
  "currencycode": "string",
  "currencyname": "string"
}

Need Support?

Our team is here to help you integrate and make the most of our APIs. Get in touch for technical support, custom solutions, or any questions.