GDAXSwift
GDAXSwift copied to clipboard
Unofficial Swift wrapper around the GDAX API https://docs.gdax.com
It seems the API json type for the "id" field in the GDAXAccountHistory is an Int and not a String. This fixes the 'issue' I posted on your Github.
Would there be a way to instantiate a private client and get a callback of whether the initialisation succeeded? a.k.a. the provided credentials were valid or not? Thnx!
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...