Currencies

API endpoint

List supported currencies

GET https://{domain}.biapi.pro/2.0/currencies

This endpoint does not require authentication.

Response body: CurrenciesList object

Data model

CurrenciesList object

PropertyTypeDescription

currencies

Array of Currency objects

List of supported currencies.

Currency object

PropertyTypeDescription

id

String

ID of the currency (ISO 4217 code).

name

String

Display name of the currency.

symbol

String

Display symbol of the currency.

crypto

Boolean

(Deprecated) Flag for cryptocurrencies.

precision

Number

Number or decimal digits for the currency.

Last updated