Currencies
Currencies endpoint can be used to fetch details about currencies the Toshl API supports. The response includes an ETag
which you should use to see if any of the currencies have changed since your last check. For daily exchange rates please use a service like the awesome Open Exchange Rates which we already use in our apps.
Resource representation
Properties
name readonly string
|
Currency name. |
symbol readonly string
|
Currency symbol |
precision read, write integer
|
Number of decimal places for currency. Minimum:>= 0 Maximum: =< 9 |
modified readonly string
|
Specifies when the currency was last modified. |
type read, write string
|
Currency type. Possible values:fiat, commodity, crypto, deprecated |
* denotes required field/parameter.