crypticorn 2.5.1__py3-none-any.whl → 2.5.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (128) hide show
  1. crypticorn/common/__init__.py +1 -0
  2. crypticorn/common/enums.py +3 -1
  3. crypticorn/common/errors.py +40 -4
  4. crypticorn/common/mixins.py +1 -0
  5. crypticorn/common/status_router.py +42 -0
  6. crypticorn/common/utils.py +5 -12
  7. crypticorn/klines/client/__init__.py +0 -5
  8. crypticorn/klines/client/api/change_in_timeframe_api.py +8 -9
  9. crypticorn/klines/client/api/ohlcv_data_api.py +7 -8
  10. crypticorn/klines/client/api/symbols_api.py +7 -8
  11. crypticorn/klines/client/models/__init__.py +0 -5
  12. crypticorn/klines/client/models/exception_detail.py +3 -6
  13. crypticorn/klines/client/models/search_symbol.py +4 -3
  14. crypticorn/klines/client/models/udf_config.py +1 -2
  15. crypticorn/metrics/client/__init__.py +1 -6
  16. crypticorn/metrics/client/api/exchanges_api.py +29 -31
  17. crypticorn/metrics/client/api/indicators_api.py +15 -16
  18. crypticorn/metrics/client/api/logs_api.py +1 -1
  19. crypticorn/metrics/client/api/marketcap_api.py +15 -16
  20. crypticorn/metrics/client/api/markets_api.py +15 -16
  21. crypticorn/metrics/client/api/status_api.py +1 -1
  22. crypticorn/metrics/client/api/tokens_api.py +1 -1
  23. crypticorn/metrics/client/api_client.py +1 -1
  24. crypticorn/metrics/client/configuration.py +3 -5
  25. crypticorn/metrics/client/exceptions.py +1 -1
  26. crypticorn/metrics/client/models/__init__.py +1 -6
  27. crypticorn/metrics/client/models/exception_detail.py +4 -7
  28. crypticorn/metrics/client/models/severity.py +1 -1
  29. crypticorn/metrics/client/models/time_interval.py +1 -1
  30. crypticorn/metrics/client/models/trading_status.py +1 -1
  31. crypticorn/metrics/client/rest.py +1 -1
  32. crypticorn/trade/client/__init__.py +1 -2
  33. crypticorn/trade/client/api/exchanges_api.py +6 -6
  34. crypticorn/trade/client/api/trading_actions_api.py +16 -15
  35. crypticorn/trade/client/configuration.py +2 -2
  36. crypticorn/trade/client/models/__init__.py +1 -2
  37. crypticorn/trade/client/models/action_model.py +1 -2
  38. crypticorn/trade/client/models/exchange_key_model.py +2 -11
  39. crypticorn/trade/client/models/futures_trading_action.py +1 -2
  40. crypticorn/trade/client/models/order_model.py +4 -14
  41. crypticorn/trade/client/models/spot_trading_action.py +1 -2
  42. crypticorn/trade/client/models/strategy_exchange_info.py +2 -3
  43. crypticorn/trade/client/models/strategy_model_input.py +1 -2
  44. crypticorn/trade/client/models/strategy_model_output.py +1 -2
  45. crypticorn/trade/client/models/tpsl.py +3 -1
  46. {crypticorn-2.5.1.dist-info → crypticorn-2.5.2.dist-info}/METADATA +1 -1
  47. {crypticorn-2.5.1.dist-info → crypticorn-2.5.2.dist-info}/RECORD +50 -127
  48. crypticorn/klines/client/api/health_check_api.py +0 -265
  49. crypticorn/klines/client/models/api_error_identifier.py +0 -108
  50. crypticorn/klines/client/models/api_error_level.py +0 -37
  51. crypticorn/klines/client/models/api_error_type.py +0 -37
  52. crypticorn/klines/client/models/base_response_health_check_response.py +0 -114
  53. crypticorn/klines/client/models/base_response_list_change_in_timeframe_response.py +0 -123
  54. crypticorn/klines/client/models/base_response_list_funding_rate_response.py +0 -118
  55. crypticorn/klines/client/models/base_response_list_str.py +0 -106
  56. crypticorn/klines/client/models/base_response_ohlcv_response.py +0 -114
  57. crypticorn/klines/client/models/change_in_timeframe_response.py +0 -86
  58. crypticorn/klines/client/models/error_response.py +0 -109
  59. crypticorn/klines/client/models/exchange.py +0 -91
  60. crypticorn/klines/client/models/funding_rate_response.py +0 -92
  61. crypticorn/klines/client/models/health_check_response.py +0 -91
  62. crypticorn/klines/client/models/history_error_response.py +0 -89
  63. crypticorn/klines/client/models/history_no_data_response.py +0 -99
  64. crypticorn/klines/client/models/history_success_response.py +0 -99
  65. crypticorn/klines/client/models/http_validation_error.py +0 -99
  66. crypticorn/klines/client/models/internal_exchange.py +0 -39
  67. crypticorn/klines/client/models/market.py +0 -35
  68. crypticorn/klines/client/models/market_type.py +0 -35
  69. crypticorn/klines/client/models/ohlcv_response.py +0 -105
  70. crypticorn/klines/client/models/response_get_history_udf_history_get.py +0 -198
  71. crypticorn/klines/client/models/response_get_udf_history.py +0 -198
  72. crypticorn/klines/client/models/search_symbol_response.py +0 -104
  73. crypticorn/klines/client/models/symbol_group_response.py +0 -83
  74. crypticorn/klines/client/models/symbol_info_response.py +0 -131
  75. crypticorn/klines/client/models/udf_config_response.py +0 -160
  76. crypticorn/klines/client/models/validation_error.py +0 -105
  77. crypticorn/klines/client/models/validation_error_loc_inner.py +0 -159
  78. crypticorn/metrics/client/api/health_check_api.py +0 -265
  79. crypticorn/metrics/client/models/api_error_identifier.py +0 -108
  80. crypticorn/metrics/client/models/api_error_level.py +0 -37
  81. crypticorn/metrics/client/models/api_error_type.py +0 -37
  82. crypticorn/metrics/client/models/base_response_dict.py +0 -106
  83. crypticorn/metrics/client/models/base_response_health_check_response.py +0 -114
  84. crypticorn/metrics/client/models/base_response_list_dict.py +0 -106
  85. crypticorn/metrics/client/models/base_response_list_exchange_mapping.py +0 -118
  86. crypticorn/metrics/client/models/base_response_list_str.py +0 -106
  87. crypticorn/metrics/client/models/error_response.py +0 -109
  88. crypticorn/metrics/client/models/exchange_mapping.py +0 -134
  89. crypticorn/metrics/client/models/health_check_response.py +0 -91
  90. crypticorn/metrics/client/models/http_validation_error.py +0 -99
  91. crypticorn/metrics/client/models/internal_exchange.py +0 -39
  92. crypticorn/metrics/client/models/market.py +0 -35
  93. crypticorn/metrics/client/models/market_type.py +0 -35
  94. crypticorn/metrics/client/models/validation_error.py +0 -105
  95. crypticorn/metrics/client/models/validation_error_loc_inner.py +0 -159
  96. crypticorn/pay/client/models/api_status_res.py +0 -83
  97. crypticorn/pay/client/models/body_create_now_invoice.py +0 -98
  98. crypticorn/pay/client/models/body_create_product.py +0 -98
  99. crypticorn/pay/client/models/body_get_products.py +0 -87
  100. crypticorn/pay/client/models/body_handle_now_webhook.py +0 -98
  101. crypticorn/pay/client/models/body_update_product.py +0 -98
  102. crypticorn/pay/client/models/combined_payment_history.py +0 -101
  103. crypticorn/pay/client/models/create_invoice_req.py +0 -188
  104. crypticorn/pay/client/models/create_invoice_res.py +0 -188
  105. crypticorn/pay/client/models/currency.py +0 -165
  106. crypticorn/pay/client/models/estimate_price_req.py +0 -91
  107. crypticorn/pay/client/models/estimate_price_res.py +0 -102
  108. crypticorn/pay/client/models/get_currencies_res.py +0 -99
  109. crypticorn/pay/client/models/get_payment_status_res.py +0 -222
  110. crypticorn/pay/client/models/get_payments_list_res.py +0 -109
  111. crypticorn/pay/client/models/min_amount_req.py +0 -124
  112. crypticorn/pay/client/models/min_amount_res.py +0 -105
  113. crypticorn/pay/client/models/now_fee_structure.py +0 -104
  114. crypticorn/pay/client/models/now_payment_model.py +0 -124
  115. crypticorn/pay/client/models/now_payment_status.py +0 -42
  116. crypticorn/pay/client/models/now_webhook_payload.py +0 -181
  117. crypticorn/pay/client/models/partial_product_update_model.py +0 -150
  118. crypticorn/pay/client/models/product.py +0 -87
  119. crypticorn/pay/client/models/product_model.py +0 -128
  120. crypticorn/pay/client/models/product_subs_model.py +0 -108
  121. crypticorn/pay/client/models/product_update_model.py +0 -150
  122. crypticorn/pay/client/models/unified_payment_model.py +0 -112
  123. crypticorn/trade/client/models/api_key_model.py +0 -156
  124. crypticorn/trade/client/models/exchange.py +0 -35
  125. crypticorn/trade/client/models/market_type.py +0 -35
  126. {crypticorn-2.5.1.dist-info → crypticorn-2.5.2.dist-info}/WHEEL +0 -0
  127. {crypticorn-2.5.1.dist-info → crypticorn-2.5.2.dist-info}/entry_points.txt +0 -0
  128. {crypticorn-2.5.1.dist-info → crypticorn-2.5.2.dist-info}/top_level.txt +0 -0
@@ -1,198 +0,0 @@
1
- # coding: utf-8
2
-
3
- """
4
- Klines Service API
5
-
6
- API for retrieving OHLCV data, funding rates, and symbol information from Binance. ## WebSocket Support Connect to `/ws` to receive real-time OHLCV updates. Example subscription message: ```json { \"action\": \"subscribe\", \"market\": \"spot\", \"symbol\": \"BTCUSDT\", \"timeframe\": \"15m\" } ```
7
-
8
- The version of the OpenAPI document: 1.0.0
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
10
-
11
- Do not edit the class manually.
12
- """ # noqa: E501
13
-
14
-
15
- from __future__ import annotations
16
- from inspect import getfullargspec
17
- import json
18
- import pprint
19
- import re # noqa: F401
20
- from pydantic import (
21
- BaseModel,
22
- ConfigDict,
23
- Field,
24
- StrictStr,
25
- ValidationError,
26
- field_validator,
27
- )
28
- from typing import Optional
29
- from crypticorn.klines.client.models.history_error_response import HistoryErrorResponse
30
- from crypticorn.klines.client.models.history_no_data_response import (
31
- HistoryNoDataResponse,
32
- )
33
- from crypticorn.klines.client.models.history_success_response import (
34
- HistorySuccessResponse,
35
- )
36
- from typing import Union, Any, List, Set, TYPE_CHECKING, Optional, Dict
37
- from typing_extensions import Literal, Self
38
- from pydantic import Field
39
-
40
- RESPONSEGETHISTORYUDFHISTORYGET_ANY_OF_SCHEMAS = [
41
- "HistoryErrorResponse",
42
- "HistoryNoDataResponse",
43
- "HistorySuccessResponse",
44
- ]
45
-
46
-
47
- class ResponseGetHistoryUdfHistoryGet(BaseModel):
48
- """
49
- ResponseGetHistoryUdfHistoryGet
50
- """
51
-
52
- # data type: HistorySuccessResponse
53
- anyof_schema_1_validator: Optional[HistorySuccessResponse] = None
54
- # data type: HistoryNoDataResponse
55
- anyof_schema_2_validator: Optional[HistoryNoDataResponse] = None
56
- # data type: HistoryErrorResponse
57
- anyof_schema_3_validator: Optional[HistoryErrorResponse] = None
58
- if TYPE_CHECKING:
59
- actual_instance: Optional[
60
- Union[HistoryErrorResponse, HistoryNoDataResponse, HistorySuccessResponse]
61
- ] = None
62
- else:
63
- actual_instance: Any = None
64
- any_of_schemas: Set[str] = {
65
- "HistoryErrorResponse",
66
- "HistoryNoDataResponse",
67
- "HistorySuccessResponse",
68
- }
69
-
70
- model_config = {
71
- "validate_assignment": True,
72
- "protected_namespaces": (),
73
- }
74
-
75
- def __init__(self, *args, **kwargs) -> None:
76
- if args:
77
- if len(args) > 1:
78
- raise ValueError(
79
- "If a position argument is used, only 1 is allowed to set `actual_instance`"
80
- )
81
- if kwargs:
82
- raise ValueError(
83
- "If a position argument is used, keyword arguments cannot be used."
84
- )
85
- super().__init__(actual_instance=args[0])
86
- else:
87
- super().__init__(**kwargs)
88
-
89
- @field_validator("actual_instance")
90
- def actual_instance_must_validate_anyof(cls, v):
91
- instance = ResponseGetHistoryUdfHistoryGet.model_construct()
92
- error_messages = []
93
- # validate data type: HistorySuccessResponse
94
- if not isinstance(v, HistorySuccessResponse):
95
- error_messages.append(
96
- f"Error! Input type `{type(v)}` is not `HistorySuccessResponse`"
97
- )
98
- else:
99
- return v
100
-
101
- # validate data type: HistoryNoDataResponse
102
- if not isinstance(v, HistoryNoDataResponse):
103
- error_messages.append(
104
- f"Error! Input type `{type(v)}` is not `HistoryNoDataResponse`"
105
- )
106
- else:
107
- return v
108
-
109
- # validate data type: HistoryErrorResponse
110
- if not isinstance(v, HistoryErrorResponse):
111
- error_messages.append(
112
- f"Error! Input type `{type(v)}` is not `HistoryErrorResponse`"
113
- )
114
- else:
115
- return v
116
-
117
- if error_messages:
118
- # no match
119
- raise ValueError(
120
- "No match found when setting the actual_instance in ResponseGetHistoryUdfHistoryGet with anyOf schemas: HistoryErrorResponse, HistoryNoDataResponse, HistorySuccessResponse. Details: "
121
- + ", ".join(error_messages)
122
- )
123
- else:
124
- return v
125
-
126
- @classmethod
127
- def from_dict(cls, obj: Dict[str, Any]) -> Self:
128
- return cls.from_json(json.dumps(obj))
129
-
130
- @classmethod
131
- def from_json(cls, json_str: str) -> Self:
132
- """Returns the object represented by the json string"""
133
- instance = cls.model_construct()
134
- error_messages = []
135
- # anyof_schema_1_validator: Optional[HistorySuccessResponse] = None
136
- try:
137
- instance.actual_instance = HistorySuccessResponse.from_json(json_str)
138
- return instance
139
- except (ValidationError, ValueError) as e:
140
- error_messages.append(str(e))
141
- # anyof_schema_2_validator: Optional[HistoryNoDataResponse] = None
142
- try:
143
- instance.actual_instance = HistoryNoDataResponse.from_json(json_str)
144
- return instance
145
- except (ValidationError, ValueError) as e:
146
- error_messages.append(str(e))
147
- # anyof_schema_3_validator: Optional[HistoryErrorResponse] = None
148
- try:
149
- instance.actual_instance = HistoryErrorResponse.from_json(json_str)
150
- return instance
151
- except (ValidationError, ValueError) as e:
152
- error_messages.append(str(e))
153
-
154
- if error_messages:
155
- # no match
156
- raise ValueError(
157
- "No match found when deserializing the JSON string into ResponseGetHistoryUdfHistoryGet with anyOf schemas: HistoryErrorResponse, HistoryNoDataResponse, HistorySuccessResponse. Details: "
158
- + ", ".join(error_messages)
159
- )
160
- else:
161
- return instance
162
-
163
- def to_json(self) -> str:
164
- """Returns the JSON representation of the actual instance"""
165
- if self.actual_instance is None:
166
- return "null"
167
-
168
- if hasattr(self.actual_instance, "to_json") and callable(
169
- self.actual_instance.to_json
170
- ):
171
- return self.actual_instance.to_json()
172
- else:
173
- return json.dumps(self.actual_instance)
174
-
175
- def to_dict(
176
- self,
177
- ) -> Optional[
178
- Union[
179
- Dict[str, Any],
180
- HistoryErrorResponse,
181
- HistoryNoDataResponse,
182
- HistorySuccessResponse,
183
- ]
184
- ]:
185
- """Returns the dict representation of the actual instance"""
186
- if self.actual_instance is None:
187
- return None
188
-
189
- if hasattr(self.actual_instance, "to_dict") and callable(
190
- self.actual_instance.to_dict
191
- ):
192
- return self.actual_instance.to_dict()
193
- else:
194
- return self.actual_instance
195
-
196
- def to_str(self) -> str:
197
- """Returns the string representation of the actual instance"""
198
- return pprint.pformat(self.model_dump())
@@ -1,198 +0,0 @@
1
- # coding: utf-8
2
-
3
- """
4
- Klines Service API
5
-
6
- API for retrieving OHLCV data, funding rates, and symbol information from Binance. ## WebSocket Support Connect to `/ws` to receive real-time OHLCV updates. Example subscription message: ```json { \"action\": \"subscribe\", \"market\": \"spot\", \"symbol\": \"BTCUSDT\", \"timeframe\": \"15m\" } ```
7
-
8
- The version of the OpenAPI document: 1.0.0
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
10
-
11
- Do not edit the class manually.
12
- """ # noqa: E501
13
-
14
-
15
- from __future__ import annotations
16
- from inspect import getfullargspec
17
- import json
18
- import pprint
19
- import re # noqa: F401
20
- from pydantic import (
21
- BaseModel,
22
- ConfigDict,
23
- Field,
24
- StrictStr,
25
- ValidationError,
26
- field_validator,
27
- )
28
- from typing import Optional
29
- from crypticorn.klines.client.models.history_error_response import HistoryErrorResponse
30
- from crypticorn.klines.client.models.history_no_data_response import (
31
- HistoryNoDataResponse,
32
- )
33
- from crypticorn.klines.client.models.history_success_response import (
34
- HistorySuccessResponse,
35
- )
36
- from typing import Union, Any, List, Set, TYPE_CHECKING, Optional, Dict
37
- from typing_extensions import Literal, Self
38
- from pydantic import Field
39
-
40
- RESPONSEGETUDFHISTORY_ANY_OF_SCHEMAS = [
41
- "HistoryErrorResponse",
42
- "HistoryNoDataResponse",
43
- "HistorySuccessResponse",
44
- ]
45
-
46
-
47
- class ResponseGetUdfHistory(BaseModel):
48
- """
49
- ResponseGetUdfHistory
50
- """
51
-
52
- # data type: HistorySuccessResponse
53
- anyof_schema_1_validator: Optional[HistorySuccessResponse] = None
54
- # data type: HistoryNoDataResponse
55
- anyof_schema_2_validator: Optional[HistoryNoDataResponse] = None
56
- # data type: HistoryErrorResponse
57
- anyof_schema_3_validator: Optional[HistoryErrorResponse] = None
58
- if TYPE_CHECKING:
59
- actual_instance: Optional[
60
- Union[HistoryErrorResponse, HistoryNoDataResponse, HistorySuccessResponse]
61
- ] = None
62
- else:
63
- actual_instance: Any = None
64
- any_of_schemas: Set[str] = {
65
- "HistoryErrorResponse",
66
- "HistoryNoDataResponse",
67
- "HistorySuccessResponse",
68
- }
69
-
70
- model_config = {
71
- "validate_assignment": True,
72
- "protected_namespaces": (),
73
- }
74
-
75
- def __init__(self, *args, **kwargs) -> None:
76
- if args:
77
- if len(args) > 1:
78
- raise ValueError(
79
- "If a position argument is used, only 1 is allowed to set `actual_instance`"
80
- )
81
- if kwargs:
82
- raise ValueError(
83
- "If a position argument is used, keyword arguments cannot be used."
84
- )
85
- super().__init__(actual_instance=args[0])
86
- else:
87
- super().__init__(**kwargs)
88
-
89
- @field_validator("actual_instance")
90
- def actual_instance_must_validate_anyof(cls, v):
91
- instance = ResponseGetUdfHistory.model_construct()
92
- error_messages = []
93
- # validate data type: HistorySuccessResponse
94
- if not isinstance(v, HistorySuccessResponse):
95
- error_messages.append(
96
- f"Error! Input type `{type(v)}` is not `HistorySuccessResponse`"
97
- )
98
- else:
99
- return v
100
-
101
- # validate data type: HistoryNoDataResponse
102
- if not isinstance(v, HistoryNoDataResponse):
103
- error_messages.append(
104
- f"Error! Input type `{type(v)}` is not `HistoryNoDataResponse`"
105
- )
106
- else:
107
- return v
108
-
109
- # validate data type: HistoryErrorResponse
110
- if not isinstance(v, HistoryErrorResponse):
111
- error_messages.append(
112
- f"Error! Input type `{type(v)}` is not `HistoryErrorResponse`"
113
- )
114
- else:
115
- return v
116
-
117
- if error_messages:
118
- # no match
119
- raise ValueError(
120
- "No match found when setting the actual_instance in ResponseGetUdfHistory with anyOf schemas: HistoryErrorResponse, HistoryNoDataResponse, HistorySuccessResponse. Details: "
121
- + ", ".join(error_messages)
122
- )
123
- else:
124
- return v
125
-
126
- @classmethod
127
- def from_dict(cls, obj: Dict[str, Any]) -> Self:
128
- return cls.from_json(json.dumps(obj))
129
-
130
- @classmethod
131
- def from_json(cls, json_str: str) -> Self:
132
- """Returns the object represented by the json string"""
133
- instance = cls.model_construct()
134
- error_messages = []
135
- # anyof_schema_1_validator: Optional[HistorySuccessResponse] = None
136
- try:
137
- instance.actual_instance = HistorySuccessResponse.from_json(json_str)
138
- return instance
139
- except (ValidationError, ValueError) as e:
140
- error_messages.append(str(e))
141
- # anyof_schema_2_validator: Optional[HistoryNoDataResponse] = None
142
- try:
143
- instance.actual_instance = HistoryNoDataResponse.from_json(json_str)
144
- return instance
145
- except (ValidationError, ValueError) as e:
146
- error_messages.append(str(e))
147
- # anyof_schema_3_validator: Optional[HistoryErrorResponse] = None
148
- try:
149
- instance.actual_instance = HistoryErrorResponse.from_json(json_str)
150
- return instance
151
- except (ValidationError, ValueError) as e:
152
- error_messages.append(str(e))
153
-
154
- if error_messages:
155
- # no match
156
- raise ValueError(
157
- "No match found when deserializing the JSON string into ResponseGetUdfHistory with anyOf schemas: HistoryErrorResponse, HistoryNoDataResponse, HistorySuccessResponse. Details: "
158
- + ", ".join(error_messages)
159
- )
160
- else:
161
- return instance
162
-
163
- def to_json(self) -> str:
164
- """Returns the JSON representation of the actual instance"""
165
- if self.actual_instance is None:
166
- return "null"
167
-
168
- if hasattr(self.actual_instance, "to_json") and callable(
169
- self.actual_instance.to_json
170
- ):
171
- return self.actual_instance.to_json()
172
- else:
173
- return json.dumps(self.actual_instance)
174
-
175
- def to_dict(
176
- self,
177
- ) -> Optional[
178
- Union[
179
- Dict[str, Any],
180
- HistoryErrorResponse,
181
- HistoryNoDataResponse,
182
- HistorySuccessResponse,
183
- ]
184
- ]:
185
- """Returns the dict representation of the actual instance"""
186
- if self.actual_instance is None:
187
- return None
188
-
189
- if hasattr(self.actual_instance, "to_dict") and callable(
190
- self.actual_instance.to_dict
191
- ):
192
- return self.actual_instance.to_dict()
193
- else:
194
- return self.actual_instance
195
-
196
- def to_str(self) -> str:
197
- """Returns the string representation of the actual instance"""
198
- return pprint.pformat(self.model_dump())
@@ -1,104 +0,0 @@
1
- # coding: utf-8
2
-
3
- """
4
- Klines Service API
5
-
6
- API for retrieving OHLCV data, funding rates, and symbol information from Binance. ## WebSocket Support Connect to `/ws` to receive real-time OHLCV updates. Example subscription message: ```json { \"action\": \"subscribe\", \"market\": \"spot\", \"symbol\": \"BTCUSDT\", \"timeframe\": \"15m\" } ```
7
-
8
- The version of the OpenAPI document: 1.0.0
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
10
-
11
- Do not edit the class manually.
12
- """ # noqa: E501
13
-
14
-
15
- from __future__ import annotations
16
- import pprint
17
- import re # noqa: F401
18
- import json
19
-
20
- from pydantic import BaseModel, ConfigDict, StrictStr
21
- from typing import Any, ClassVar, Dict, List
22
- from typing import Optional, Set
23
- from typing_extensions import Self
24
-
25
-
26
- class SearchSymbolResponse(BaseModel):
27
- """
28
- SearchSymbolResponse
29
- """ # noqa: E501
30
-
31
- symbol: StrictStr
32
- full_name: StrictStr
33
- description: StrictStr
34
- exchange: StrictStr
35
- ticker: StrictStr
36
- type: StrictStr
37
- __properties: ClassVar[List[str]] = [
38
- "symbol",
39
- "full_name",
40
- "description",
41
- "exchange",
42
- "ticker",
43
- "type",
44
- ]
45
-
46
- model_config = ConfigDict(
47
- populate_by_name=True,
48
- validate_assignment=True,
49
- protected_namespaces=(),
50
- )
51
-
52
- def to_str(self) -> str:
53
- """Returns the string representation of the model using alias"""
54
- return pprint.pformat(self.model_dump(by_alias=True))
55
-
56
- def to_json(self) -> str:
57
- """Returns the JSON representation of the model using alias"""
58
- # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
59
- return json.dumps(self.to_dict())
60
-
61
- @classmethod
62
- def from_json(cls, json_str: str) -> Optional[Self]:
63
- """Create an instance of SearchSymbolResponse from a JSON string"""
64
- return cls.from_dict(json.loads(json_str))
65
-
66
- def to_dict(self) -> Dict[str, Any]:
67
- """Return the dictionary representation of the model using alias.
68
-
69
- This has the following differences from calling pydantic's
70
- `self.model_dump(by_alias=True)`:
71
-
72
- * `None` is only added to the output dict for nullable fields that
73
- were set at model initialization. Other fields with value `None`
74
- are ignored.
75
- """
76
- excluded_fields: Set[str] = set([])
77
-
78
- _dict = self.model_dump(
79
- by_alias=True,
80
- exclude=excluded_fields,
81
- exclude_none=True,
82
- )
83
- return _dict
84
-
85
- @classmethod
86
- def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
87
- """Create an instance of SearchSymbolResponse from a dict"""
88
- if obj is None:
89
- return None
90
-
91
- if not isinstance(obj, dict):
92
- return cls.model_validate(obj)
93
-
94
- _obj = cls.model_validate(
95
- {
96
- "symbol": obj.get("symbol"),
97
- "full_name": obj.get("full_name"),
98
- "description": obj.get("description"),
99
- "exchange": obj.get("exchange"),
100
- "ticker": obj.get("ticker"),
101
- "type": obj.get("type"),
102
- }
103
- )
104
- return _obj
@@ -1,83 +0,0 @@
1
- # coding: utf-8
2
-
3
- """
4
- Klines Service API
5
-
6
- API for retrieving OHLCV data, funding rates, and symbol information from Binance. ## WebSocket Support Connect to `/ws` to receive real-time OHLCV updates. Example subscription message: ```json { \"action\": \"subscribe\", \"market\": \"spot\", \"symbol\": \"BTCUSDT\", \"timeframe\": \"15m\" } ```
7
-
8
- The version of the OpenAPI document: 1.0.0
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
10
-
11
- Do not edit the class manually.
12
- """ # noqa: E501
13
-
14
-
15
- from __future__ import annotations
16
- import pprint
17
- import re # noqa: F401
18
- import json
19
-
20
- from pydantic import BaseModel, ConfigDict, StrictStr
21
- from typing import Any, ClassVar, Dict, List, Optional
22
- from typing import Optional, Set
23
- from typing_extensions import Self
24
-
25
-
26
- class SymbolGroupResponse(BaseModel):
27
- """
28
- SymbolGroupResponse
29
- """ # noqa: E501
30
-
31
- symbol: Optional[List[StrictStr]] = None
32
- __properties: ClassVar[List[str]] = ["symbol"]
33
-
34
- model_config = ConfigDict(
35
- populate_by_name=True,
36
- validate_assignment=True,
37
- protected_namespaces=(),
38
- )
39
-
40
- def to_str(self) -> str:
41
- """Returns the string representation of the model using alias"""
42
- return pprint.pformat(self.model_dump(by_alias=True))
43
-
44
- def to_json(self) -> str:
45
- """Returns the JSON representation of the model using alias"""
46
- # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
47
- return json.dumps(self.to_dict())
48
-
49
- @classmethod
50
- def from_json(cls, json_str: str) -> Optional[Self]:
51
- """Create an instance of SymbolGroupResponse from a JSON string"""
52
- return cls.from_dict(json.loads(json_str))
53
-
54
- def to_dict(self) -> Dict[str, Any]:
55
- """Return the dictionary representation of the model using alias.
56
-
57
- This has the following differences from calling pydantic's
58
- `self.model_dump(by_alias=True)`:
59
-
60
- * `None` is only added to the output dict for nullable fields that
61
- were set at model initialization. Other fields with value `None`
62
- are ignored.
63
- """
64
- excluded_fields: Set[str] = set([])
65
-
66
- _dict = self.model_dump(
67
- by_alias=True,
68
- exclude=excluded_fields,
69
- exclude_none=True,
70
- )
71
- return _dict
72
-
73
- @classmethod
74
- def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
75
- """Create an instance of SymbolGroupResponse from a dict"""
76
- if obj is None:
77
- return None
78
-
79
- if not isinstance(obj, dict):
80
- return cls.model_validate(obj)
81
-
82
- _obj = cls.model_validate({"symbol": obj.get("symbol")})
83
- return _obj