Add agent balance fetch from proxy
This commit is contained in:
@@ -15,5 +15,7 @@ namespace Managing.Application.Abstractions.Services
|
||||
string orderType = "market", double? triggerRatio = null, double allowedSlippage = 0.5);
|
||||
|
||||
Task<SwapInfos> SendTokenAsync(string senderAddress, string recipientAddress, Ticker ticker, decimal amount, int? chainId = null);
|
||||
|
||||
Task<List<Balance>> GetWalletBalanceAsync(string address, Ticker[] assets, string[] chains);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user