sonph / gdaxcli

Commandline client for trading on GDAX.
MIT License
4 stars 2 forks source link

Allow use of public client without authorization #10

Open sonph opened 7 years ago

sonph commented 7 years ago

Since the api keys are sent with the requests, we are still able to send public requests such as get products or ticker without valid API keys.

Responses however need to be checked. #17.

sonph commented 7 years ago

Commands that work without credentials still need to be checked & documented.