v1

latestOpenAPI 3.0.3Bity2026-08-06148380.1 KB
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"
      ]
    }
  ]
}
All 14 operations