-
## Description
When I use start/end dates in the `state.interface.history( ... )` function, I get an error saying `an integer is required`.
## Code to reproduce
```python
exchange = blankly.Co…
-
I noticed that the exchanges with id ```huobi``` and ```huobipro``` have the same name ```Huobi```.
- OS: macOS Monterey 12.4
- Programming Language version: Node 18.6
- CCXT version: 1.91.46
-
### Discussed in https://github.com/btcpayserver/btcpayserver/discussions/3882
Originally posted by **hell0-w** June 18, 2022
Good day to everyone
I have some problems when I create a new s…
-
## Description
1. INFO: "enable_shorting" not specified in preferences, defaulting to: "True"
Where do I specify it to be "false" or "true"?
2. KeyError: 'maker_fee_rate'
API keys look rig…
-
The WebSocketEvent.ON_OPEN event does not trigger on an authenticated connection, when running in a docker container. The event does trigger when not running in a container. There are no errors. Authe…
-
## Description
My trades are showing as filled on website but with prices of 0, getting errors on market buy and sell.
## settings.json
```json
{
"settings": {
"use_sandbox_websock…
-
The referenced PR will be addressing the pre-determined base-vs-quote volume values in response.
- [x] aax
- [x] ascendex
- [x] bibox
- [x] bigone
- [x] binance (binanceus)
- [x] binancecoinm
…
-
Is it correct that the manual CSV plugin expects to receive an "in" file that only contains purchases/acquisitions, and an "out" file that only contains sells/dispositions?
Crypto exchanges gene…
-
Hi There,
Is it possible to create a position -
```python
auth_client.buy(price='100.00', #USD
size='0.01', #BTC
order_type='limit',
product_id…
-
# reproduction
```javascript
const { CoinbasePro } = require('coinbase-pro-node');
class CoinbaseProAPI {
constructor({ apiKey, apiSecret, apiPassphrase, test }) {
this.apiKey = apiKey;…