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
typeall ofOptional
Currency type to filter (if null - returns all active currencies for all types)
1 = Fiat
2 = Crypto
3 = Custom
integer · enumOptionalPossible values:
1 = Fiat
2 = Crypto
3 = Custom
Responses
200
OK
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
401
Unauthorized
403
Forbidden
429
Too many requests
500
Internal Server Error
get
/api/CurrencyExchange/currency-precisionLast updated