Add exolix Api token to limits api

This commit is contained in:
OmarHatem 2024-03-15 04:26:18 +02:00
parent e52b87f5c1
commit 4707e627a3

View file

@ -66,6 +66,7 @@ class ExolixExchangeProvider extends ExchangeProvider {
final params = <String, String>{
'rateType': _getRateType(isFixedRateMode),
'amount': '1',
'apiToken': apiKey,
};
if (isFixedRateMode) {
params['coinFrom'] = _normalizeCurrency(to);