Skip to content

Commit 3e90f66

Browse files
committed
Add volumn_24h_usd and volume_24h_btc in futures tickers
1 parent 394d071 commit 3e90f66

25 files changed

Lines changed: 89 additions & 31 deletions

.openapi-generator/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.1
1+
3.3.4

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ APIv4 futures provides all sorts of futures trading operations. There are public
33

44
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
55

6-
- API version: 1.2.0
7-
- Package version: 1.2.0
6+
- API version: 1.2.1
7+
- Package version: 1.2.1
88
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
99
For more information, please visit [https://gate.io/page/contacts](https://gate.io/page/contacts)
1010

docs/FuturesTicker.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Name | Type | Description | Notes
88
**change_percentage** | **str** | Change percentage. | [optional]
99
**total_size** | **str** | Contract total size | [optional]
1010
**volume_24h** | **str** | Trade size in recent 24h | [optional]
11+
**volume_24h_btc** | **str** | Trade volume in recent 24h in BTC | [optional]
12+
**volume_24h_usd** | **str** | Trade volume in recent 24h in USD | [optional]
1113
**mark_price** | **str** | Recent mark price | [optional]
1214
**funding_rate** | **str** | Funding rate | [optional]
1315
**index_price** | **str** | Index price | [optional]

gate_api/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
88
APIv4 futures provides all sorts of futures trading operations. There are public APIs to retrieve the real-time market statistics, and private APIs which needs authentication to trade on user's behalf. # noqa: E501
99
10-
OpenAPI spec version: 1.2.0
10+
OpenAPI spec version: 1.2.1
1111
Contact: support@mail.gate.io
1212
Generated by: https://openapi-generator.tech
1313
"""
1414

1515

1616
from __future__ import absolute_import
1717

18-
__version__ = "1.2.0"
18+
__version__ = "1.2.1"
1919

2020
# import apis into sdk package
2121
from gate_api.api.futures_api import FuturesApi

gate_api/api/futures_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
APIv4 futures provides all sorts of futures trading operations. There are public APIs to retrieve the real-time market statistics, and private APIs which needs authentication to trade on user's behalf. # noqa: E501
77
8-
OpenAPI spec version: 1.2.0
8+
OpenAPI spec version: 1.2.1
99
Contact: support@mail.gate.io
1010
Generated by: https://openapi-generator.tech
1111
"""

gate_api/api_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
APIv4 futures provides all sorts of futures trading operations. There are public APIs to retrieve the real-time market statistics, and private APIs which needs authentication to trade on user's behalf. # noqa: E501
66
7-
OpenAPI spec version: 1.2.0
7+
OpenAPI spec version: 1.2.1
88
Contact: support@mail.gate.io
99
Generated by: https://openapi-generator.tech
1010
"""
@@ -76,7 +76,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
7676
self.default_headers[header_name] = header_value
7777
self.cookie = cookie
7878
# Set default User-Agent.
79-
self.user_agent = 'OpenAPI-Generator/1.2.0/python'
79+
self.user_agent = 'OpenAPI-Generator/1.2.1/python'
8080

8181
def __del__(self):
8282
if self._pool:

gate_api/configuration.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
APIv4 futures provides all sorts of futures trading operations. There are public APIs to retrieve the real-time market statistics, and private APIs which needs authentication to trade on user's behalf. # noqa: E501
77
8-
OpenAPI spec version: 1.2.0
8+
OpenAPI spec version: 1.2.1
99
Contact: support@mail.gate.io
1010
Generated by: https://openapi-generator.tech
1111
"""
@@ -249,6 +249,6 @@ def to_debug_report(self):
249249
return "Python SDK Debug Report:\n"\
250250
"OS: {env}\n"\
251251
"Python Version: {pyversion}\n"\
252-
"Version of the API: 1.2.0\n"\
253-
"SDK Package Version: 1.2.0".\
252+
"Version of the API: 1.2.1\n"\
253+
"SDK Package Version: 1.2.1".\
254254
format(env=sys.platform, pyversion=sys.version)

gate_api/models/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
APIv4 futures provides all sorts of futures trading operations. There are public APIs to retrieve the real-time market statistics, and private APIs which needs authentication to trade on user's behalf. # noqa: E501
88
9-
OpenAPI spec version: 1.2.0
9+
OpenAPI spec version: 1.2.1
1010
Contact: support@mail.gate.io
1111
Generated by: https://openapi-generator.tech
1212
"""

gate_api/models/contract.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
APIv4 futures provides all sorts of futures trading operations. There are public APIs to retrieve the real-time market statistics, and private APIs which needs authentication to trade on user's behalf. # noqa: E501
77
8-
OpenAPI spec version: 1.2.0
8+
OpenAPI spec version: 1.2.1
99
Contact: support@mail.gate.io
1010
Generated by: https://openapi-generator.tech
1111
"""

gate_api/models/funding_rate_record.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
APIv4 futures provides all sorts of futures trading operations. There are public APIs to retrieve the real-time market statistics, and private APIs which needs authentication to trade on user's behalf. # noqa: E501
77
8-
OpenAPI spec version: 1.2.0
8+
OpenAPI spec version: 1.2.1
99
Contact: support@mail.gate.io
1010
Generated by: https://openapi-generator.tech
1111
"""

0 commit comments

Comments
 (0)