Skip to main content

Get currencies

GET 

/currencies

Get the currencies that are accepted by the calculation API.

Responses

Currencies response

Schema

    currencies

    object[]

  • Array [

  • code stringrequired

    Possible values: >= 3 characters and <= 3 characters, Value must match regular expression [A-Z]{3}

    Currency in ISO 4217 code format

  • ]

Loading...