ChristopherHaws / gdax-dotnet

DotNet Core GDAX Exchange API
MIT License
7 stars 7 forks source link

GetPaymentMethods fails with GDAX exception: invalid signature #8

Closed Grepsy closed 6 years ago

Grepsy commented 6 years ago

GetProductTicker does work as expected. I've doubled checked my key, passphrase and secret and have all the permissions set. Any idea what might cause this?

GetAccounts is also failing.

I'm not using the Sandbox.

sergiomcalzada commented 6 years ago

All secured call are failling :(

ChristopherHaws commented 6 years ago

GDAX must have made changes regarding permissions for the APIs. It appears your API key now need the Transfer permission to call GetPaymentMethods, however there is an issue with deserialization. It appears the contract for this method has changed. I will take a look at it later tonight.

As for GetAccounts failing; it seems to be working fine on my end. What error are you getting?

sergiomcalzada commented 6 years ago

I have a key with full permissions and none of the secured calls are working. I will regenerate the key and test again later. The error is 'invalid signature'

sergiomcalzada commented 6 years ago

I regenerated the API Key and I'm still getting "invalid signature" error 😢

sergiomcalzada commented 6 years ago

Fixed invalid signature erros, got pull request https://github.com/ChristopherHaws/gdax-dotnet/pull/9

Grepsy commented 6 years ago

Great, that fixed it!