Currencies
Get a single currency
get/currencies/{currency_code}
Path parameters
currency_codestring required
Example:BTC
Currency code identifying the currency about which to return information.
Response
Successful operation
Example response
{
"code": "ETH",
"max_digits_in_decimal_part": 18,
"tags": [
"crypto",
"ethereum"
]
}