GDAXSwift icon indicating copy to clipboard operation
GDAXSwift copied to clipboard

getAccountHistory() responseParsingFailure "id" error after successful getAccounts() call

Open JoeriBultheel opened this issue 7 years ago • 0 comments

Hello,

I'm creating my client by using GDAXClient(apiKey:secret64:passphrase:isSandbox). I then make a call to the method getAccounts(), which is successful. Consequently I am calling the getAccountHistory() call with as argument the GDAXAccount.id fetched from the previous call. This however results in an empty response and an error that reads:

(lldb) po error ▿ Optional<Error> ▿ some : GDAXError - responseParsingFailure : "id"

Please help!

And awesome work on this library! 👌

JoeriBultheel avatar Feb 16 '18 11:02 JoeriBultheel