# Get Currency Get Currency Endpoint: GET /Core/Currencies Version: 2.0 ## Response 200 fields (application/json): - `Id` (integer) Id. Key property. - `Code` (string) Code. MaxLength: 3. Nullable. - `DefaultName` (string) DefaultName. MaxLength: 50. Nullable. - `ExchangeRate` (number) ExchangeRate. - `DefaultPrefix` (string) DefaultPrefix. MaxLength: 10. Nullable. - `DefaultSuffix` (string) DefaultSuffix. MaxLength: 10. Nullable. - `IsActive` (boolean) IsActive. - `Created` (string) Created. - `CreatedBy` (integer) CreatedBy. - `Updated` (string) Updated. Nullable. - `UpdatedBy` (integer) UpdatedBy. Nullable. - `Cultures` (array) Cultures. - `Cultures.CurrencyId` (integer) CurrencyId. Key property. - `Cultures.CultureCode` (string) CultureCode. MaxLength: 16. Key property. - `Cultures.Name` (string) Name. MaxLength: 50. Nullable. - `Cultures.Prefix` (string) Prefix. MaxLength: 10. Nullable. - `Cultures.Suffix` (string) Suffix. MaxLength: 10. Nullable.