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
The current nonce calculation in the api_query method takes the current time in seconds via time.time() and multiplies it by 10. Using this unorthodox nonce value makes it difficult to use a single cointracking API key outside of this library, where more standard nonces are used (current UNIX time in seconds or milliseconds).
The current nonce calculation in the
api_query
method takes the current time in seconds viatime.time()
and multiplies it by 10. Using this unorthodox nonce value makes it difficult to use a single cointracking API key outside of this library, where more standard nonces are used (current UNIX time in seconds or milliseconds).python-ctapi/ctapi/ctapi.py
Line 101 in 7d085a5
The text was updated successfully, but these errors were encountered: