Currency Exchange API
Provides information about supported currencies
Bets APICashout API
Active Currencies Endpoint
Authorizations
HTTPRequired
JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"
Query parameters
typeinteger · enumOptionalPossible values:
1- Fiat2- Crypto3- Custom
Responses
200
OK
symbolstring · nullableOptional
typeinteger · enumOptionalPossible values:
1- Fiat2- Crypto3- Custom
precisioninteger · int32Optional
401
Unauthorized
403
Forbidden
429
Too many requests
500
Internal Server Error
get
/api/CurrencyExchange/active-currenciesCurrency Precision Endpoint
Authorizations
HTTPRequired
JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"
Query parameters
symbolstringOptional
Currency ticker symbol
Responses
200
OK
precisioninteger · int32Optional
401
Unauthorized
403
Forbidden
429
Too many requests
500
Internal Server Error
get
/api/CurrencyExchange/currency-precisionLast updated