mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-02-02 03:06:35 +00:00
Add exolix Api token to limits api
This commit is contained in:
parent
e52b87f5c1
commit
4707e627a3
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue