-
### Operating System
Windows
### Programming Languages
JavaScript
### CCXT Version
4.4.25
### Description
When canceling an order that got filled in the meanwhile, the resulting exception shoul…
-
Hi Cyberjunky.
I use the Bitvavo integrations to show balance on a nice ESP32 display but it looks like the integration is broken.
I removed the integration and installed it again but it keeps runni…
-
Hi,
I have an issue with an order not showing up with the api.
`In [8]: bitvavo.trades(f'PHA-EUR', {})
Out[8]:
[{'id': 'f8f5641a-0414-4106-a1d1-a48d8f5d5de9',
'orderId': 'bc5a5c42-86fc-48…
-
### Operating System
linux
### Programming Languages
Python
### CCXT Version
4.1.84
### Description
Using decimal_to_precision to round an amount on bitvavo (in this case, specifically for BTT/…
-
Version: github.com/bitvavo/go-bitvavo-api v1.2.0
```
b = bitvavo.Bitvavo{
ApiKey: "***",
ApiSecret: "***",
RestUrl: "https://api.bitvavo.com/v2",
WsUrl: "wss://w…
-
Making an issue per change as per https://github.com/hirosystems/stacks-wallet-web/issues/2920
This is a European exchange offering Stacks.
Specific options per country: https://bitvavo.com/en/co…
-
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 vers…
-
Support for Bitvavo exchange
- balance
- buy
- withdraw
-
I am trying to use the book subscription on the websocket. If I run the code that is in the example on the website, I get an error. I am referring to the python example here: https://docs.bitvavo.com/…
-
Hy,
I obtain Error 309 The signature is invalid when i test
$response = $bitvavo->account();
after
$bitvavo = new Bitvavo([
"APIKEY" => "",
"APISECRET" => "",
"RESTURL"…