query

currencies

List all available currencies supported by the platform with their details like codes, symbols, and status.
Response
The unique identifier of the currency.
code
String
3-character currency code, e.g. 'INR', 'USD', 'EUR'.
decimal_digits
Int
Acceptable decimal limits for a given currency, e.g. 2 means up to 2 decimal digits can be accepted (like $1.05).
is_active
Boolean
Indicates whether currency is enabled or disabled in current sales channel.
name
String
Name of the currency, e.g. 'Indian Rupee'.
symbol
String
Unique symbol for identifying the currency, e.g. '₹'.
created_at
String
Timestamp when sales channel currency was created, e.g. '2023-10-15T10:30:00Z'.
updated_at
String
Timestamp when sales channel currency was updated, e.g. '2023-10-16T14:20:00Z'.
country_name
String
Country name associated with the currency, e.g. 'India'.
country_code
String
Country code associated with the currency, e.g. 'IN'.
Query
Loading...
Try it
Response
Loading...