For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
Kraken BT-CCXT 403 error
-
Hi
I'm using David Vallance's bt-ccxt library and the sample kraken.py script to simply query an account balance. I'm not making any trades, but I keep getting these two 403 errors.requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://support.kraken.com/hc/en-us/articles/205893708-What-is-the-minimum-order-size-
ccxt.base.errors.ExchangeNotAvailable: GET https://support.kraken.com/hc/en-us/articles/205893708-What-is-the-minimum-order-size- 403 Forbidden <!DOCTYPE html>
This is my first time connecting BT to an exchange...anyone know what I'm doing wrong? Help would be greatly appreciated. Thanks.