You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
read-only functions such as get_trades should not require the client to authenticate with private key. Authentication by just API key/secret/passphrase should be more than sufficient.
For my use case, I only need read only functions. To force me to supply a private key would force me to use a hot wallet and open up way too many security issues.
The text was updated successfully, but these errors were encountered:
read-only functions such as
get_trades
should not require the client to authenticate with private key. Authentication by just API key/secret/passphrase should be more than sufficient.For my use case, I only need read only functions. To force me to supply a private key would force me to use a hot wallet and open up way too many security issues.
The text was updated successfully, but these errors were encountered: