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 |
---|---|---|
| Array of Currency objects | List of supported currencies. |
Currency object
Property | Type | Description |
---|---|---|
| String | ID of the currency (ISO 4217 code). |
| String | Display name of the currency. |
| String | Display symbol of the currency. |
| Boolean | (Deprecated) Flag for cryptocurrencies. |
| Number | Number or decimal digits for the currency. |
Last updated