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
Currency object
Property
Type
Description
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
Was this helpful?