Currencies
List currencies
get/currencies
Query parameters
tagsCurrencyTag[]
Comma-separated list of tags. Currencies that contain all tags will be filtered.
Response
Successful operation
Example response
{
"currencies": [
{
"code": "ETH",
"max_digits_in_decimal_part": 18,
"tags": [
"crypto",
"ethereum"
]
}
]
}