Enable orders via API

This commit is contained in:
Matthias
2022-02-26 16:10:54 +01:00
parent d4fbb785b5
commit 17c9c3caf3
5 changed files with 29 additions and 6 deletions

View File

@@ -32,7 +32,8 @@ logger = logging.getLogger(__name__)
# 1.11: forcebuy and forcesell accept ordertype
# 1.12: add blacklist delete endpoint
# 1.13: forcebuy supports stake_amount
API_VERSION = 1.13
# 1.14: Add entry/exit orders to trade response
API_VERSION = 1.14
# Public API, requires no auth.
router_public = APIRouter()