You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to retrieve the deposit methods for any asset I always get error "EFunding:No funding method". The same with GetWithdrawMethodsAsync method
using (var restClient = new KrakenRestClient(options => options.ApiCredentials = new ApiCredentials("...", "...")))
{
var depositMethodsAsync = await restClient.SpotApi.Account.GetDepositMethodsAsync("ETH");
}
The text was updated successfully, but these errors were encountered:
When I try to retrieve the deposit methods for any asset I always get error "EFunding:No funding method". The same with
GetWithdrawMethodsAsync
methodThe text was updated successfully, but these errors were encountered: