!!! info "[ApiGetCurrencyResponse](/../../schemas/api_get_currency_response)"
The list of currencies
|Name
`Lite`|Type|Required
`Default`| Description |
|-|-|-|-|
|result
`r` |[CurrencyDetail]|True|The list of currencies|
??? info "[CurrencyDetail](/../../schemas/currency_detail)"
|Name
`Lite`|Type|Required
`Default`| Description |
|-|-|-|-|
|id
`i` |integer|True|The integer value of the currency|
|symbol
`s` |string|True|The name of the currency|
|balance_decimals
`bd` |integer|True|The balance decimals of the currency|
|quantity_multiplier
`qm` |string|True|The quantity multiplier of the currency|