Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GetDepositMethodsAsync returns EFunding:No funding method #125

Closed
mtrfnvwork opened this issue Dec 3, 2024 · 1 comment
Closed

GetDepositMethodsAsync returns EFunding:No funding method #125

mtrfnvwork opened this issue Dec 3, 2024 · 1 comment

Comments

@mtrfnvwork
Copy link

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");
}
@JKorf
Copy link
Owner

JKorf commented Dec 13, 2024

Hi, both seem to be working correctly for me. Do you have any logging of the request/response?

@JKorf JKorf closed this as completed Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants