Open EVRUSIN opened 4 years ago
I am able to get regular holdings, but i have not tried funding history, maybe check the URL matches the docs
Double checked it(
POST for https://www.bitstamp.net/api/v2/user_transactions/
endpoint in bitstamp
docs.
And funding history uses getUserTransactions
method, which uses the same https://www.bitstamp.net/api/v2/user_transactions/
endpoint
Hi! Does
XChange-bitstamp
work correctly?I'm trying to get transactions
But I get 403 error (Invalid signature)
I tried this apiKey+secretKey pair with Bitstamp's native java example (https://www.bitstamp.net/api/) and they work fine.
Am I somewhere wrong? Regards