shrimpy-python
shrimpy-python copied to clipboard
Invalid Nonce Error for all authenticated endpoints
Hey folks,
Just get started with shrimpy and I'm constantly getting "Invalid nonce" from all authentication end points when i use this client v0.0.15.
I'm doing nothing fancy here but just test the basic endpoints such as get_user(), list_accounts() and list_users().
Here's the screenshot. Is anyone else getting this error?

I'm actually getting 200 when i hit the endpoints directly from postman. Can someone comment on this?

I'm facing the same issue with shrimpy-node client as well. I tried to convert the nonce to a string value in the python client and yet I'm getting the "Invalid nonce" error.

@mchavva1 how did you generate the signature for the Postman test? Perhaps we can replicate that in Python & retry?