List Currencies
GET/api/currencies
Get the list of currencies supported by Immersve.
Responses
- 200
- application/json
- Schema
- Example (from schema)
- Example
Schema
Array [
]
symbol string
The Alpha code for the currency
label string
The full name of the currency
[
{
"symbol": "KYD",
"label": "CAYMAN ISLAND DOLLAR"
}
]
[
{
"symbol": "KYD",
"label": "CAYMAN ISLAND DOLLAR"
},
{
"symbol": "JPY",
"label": "JAPANESE YEN"
},
{
"symbol": "NZD",
"label": "NEW ZEALAND DOLLAR"
}
]
Loading...