query

currencies

List available currencies.
Response
The unique identifier of the application.
code
String
3-character currency code, e.g. INR, USD, EUR.
created_at
String
ISO 8601 timestamp of sales channel support currency creation.
decimal_digits
Int
Acceptable decimal limits for a given currency, e.g. 1.05$ means upto 2 decimal digits can be accepted as a valid value of a currency.
is_active
Boolean
Shows currency is enabled or not in current sales channel.
name
String
Name of the currency, e.g Indian Rupee.
symbol
String
Unique symbol for identifying the currency, e.g. ₹.
updated_at
String
ISO 8601 timestamp of when the application was last modified.
Query
Loading...
Try it
Response
Loading...