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
Property
Type
Description
currencies
List of supported currencies.
Currency object
Property
Type
Description
id
String
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