v1

latestOpenAPI 3.0.3Bity2026-08-06148380.1 KB
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

codestring required
max_digits_in_decimal_partinteger

The maximum number of digits in the fractional part of values represented with decimal numbers.

tagsCurrencyTag[] required

Example response

{
  "code": "ETH",
  "max_digits_in_decimal_part": 18,
  "tags": [
    "crypto",
    "ethereum"
  ]
}