We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5eed04c + ebafd6e commit b406b46Copy full SHA for b406b46
hummingbot_api_client/routers/market_data.py
@@ -26,7 +26,7 @@ async def get_candles(
26
Real-time candles data
27
"""
28
candles_config = {
29
- "connector": connector_name,
+ "connector_name": connector_name,
30
"trading_pair": trading_pair,
31
"interval": interval,
32
"max_records": max_records
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "hummingbot-api-client"
7
-version = "1.0.9"
+version = "1.1.0"
8
description = "An async Python client for Hummingbot API"
9
readme = "README.md"
10
requires-python = ">=3.8"
0 commit comments