Skip to content

Get a list of currencies

Request

Returns all currencies supported by Kantata OX, unless filter parameters have been applied.

Query
addable_to_rate_card_set_versioninteger, (int32)

Filters for currencies that can be added to the rate card associated with the specified Rate Card Set Version ID. If the associated rate card is the account default, all currencies supported by Kantata OX are returned.

If the associated rate card is not set as the account default, results are additionally limited to currencies on the account default rate card.

matchingstring

Filters for currencies that approximately match the specified value. Valid values are ISO codes, names, or symbols of currencies supported by Kantata OX.

GET
/currencies
curl -i -X GET \
  'https://api.mavenlink.com/api/v1/currencies?addable_to_rate_card_set_version=0&matching=string'

Responses

A list of Currencies have been retrieved.

Bodyapplication/json
iso_codestring

ISO alphabetic code (for example, USD).

namestring

Name of currency (for example, United States Dollar).

symbolstring

Symbol associated with currency (for example, $).

subunit_to_unitinteger, (int32)

Number of subunits in one unit for currency.

Response
{ "iso_code": "string", "name": "string", "symbol": "string", "subunit_to_unit": 0 }