-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
market parameter is invalid #41
Comments
same. |
I'm in contact with the support of Bitvavo. The problem is not the package or the code of this package, it is the REST API which is buggy and no one knows why 😂 The core functionality, the trade is not working the other routes haven't this issue. |
I have also sent a request to the support. 😅 |
@Primexz use the WebSocket API. This one works. The REST API is buggy. Quality assurance is probably not their strong point. |
Thanks for the tip, I'll take a look later 😉 |
I get "market parameter is invalid" when I want to place an order with
let response = await bitvavo.placeOrder("BTC-EUR", 'buy', 'limit', { 'amount': amount, 'price': btcBuyerPrice });
pkg version: 1.4.1
The text was updated successfully, but these errors were encountered: