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,114 +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 datetime import datetime
21
- from pydantic import BaseModel, ConfigDict, StrictBool, StrictStr
22
- from typing import Any, ClassVar, Dict, List, Optional
23
- from crypticorn.klines.client.models.ohlcv_response import OHLCVResponse
24
- from typing import Optional, Set
25
- from typing_extensions import Self
26
-
27
-
28
- class BaseResponseOHLCVResponse(BaseModel):
29
- """
30
- BaseResponseOHLCVResponse
31
- """ # noqa: E501
32
-
33
- success: Optional[StrictBool] = True
34
- message: Optional[StrictStr] = None
35
- data: Optional[OHLCVResponse] = None
36
- timestamp: Optional[datetime] = None
37
- __properties: ClassVar[List[str]] = ["success", "message", "data", "timestamp"]
38
-
39
- model_config = ConfigDict(
40
- populate_by_name=True,
41
- validate_assignment=True,
42
- protected_namespaces=(),
43
- )
44
-
45
- def to_str(self) -> str:
46
- """Returns the string representation of the model using alias"""
47
- return pprint.pformat(self.model_dump(by_alias=True))
48
-
49
- def to_json(self) -> str:
50
- """Returns the JSON representation of the model using alias"""
51
- # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
52
- return json.dumps(self.to_dict())
53
-
54
- @classmethod
55
- def from_json(cls, json_str: str) -> Optional[Self]:
56
- """Create an instance of BaseResponseOHLCVResponse from a JSON string"""
57
- return cls.from_dict(json.loads(json_str))
58
-
59
- def to_dict(self) -> Dict[str, Any]:
60
- """Return the dictionary representation of the model using alias.
61
-
62
- This has the following differences from calling pydantic's
63
- `self.model_dump(by_alias=True)`:
64
-
65
- * `None` is only added to the output dict for nullable fields that
66
- were set at model initialization. Other fields with value `None`
67
- are ignored.
68
- """
69
- excluded_fields: Set[str] = set([])
70
-
71
- _dict = self.model_dump(
72
- by_alias=True,
73
- exclude=excluded_fields,
74
- exclude_none=True,
75
- )
76
- # override the default output from pydantic by calling `to_dict()` of data
77
- if self.data:
78
- _dict["data"] = self.data.to_dict()
79
- # set to None if message (nullable) is None
80
- # and model_fields_set contains the field
81
- if self.message is None and "message" in self.model_fields_set:
82
- _dict["message"] = None
83
-
84
- # set to None if data (nullable) is None
85
- # and model_fields_set contains the field
86
- if self.data is None and "data" in self.model_fields_set:
87
- _dict["data"] = None
88
-
89
- return _dict
90
-
91
- @classmethod
92
- def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
93
- """Create an instance of BaseResponseOHLCVResponse from a dict"""
94
- if obj is None:
95
- return None
96
-
97
- if not isinstance(obj, dict):
98
- return cls.model_validate(obj)
99
-
100
- _obj = cls.model_validate(
101
- {
102
- "success": (
103
- obj.get("success") if obj.get("success") is not None else True
104
- ),
105
- "message": obj.get("message"),
106
- "data": (
107
- OHLCVResponse.from_dict(obj["data"])
108
- if obj.get("data") is not None
109
- else None
110
- ),
111
- "timestamp": obj.get("timestamp"),
112
- }
113
- )
114
- return _obj
@@ -1,86 +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, StrictFloat, StrictInt, StrictStr
21
- from typing import Any, ClassVar, Dict, List, Union
22
- from typing import Optional, Set
23
- from typing_extensions import Self
24
-
25
-
26
- class ChangeInTimeframeResponse(BaseModel):
27
- """
28
- ChangeInTimeframeResponse
29
- """ # noqa: E501
30
-
31
- pair: StrictStr
32
- change: Union[StrictFloat, StrictInt]
33
- __properties: ClassVar[List[str]] = ["pair", "change"]
34
-
35
- model_config = ConfigDict(
36
- populate_by_name=True,
37
- validate_assignment=True,
38
- protected_namespaces=(),
39
- )
40
-
41
- def to_str(self) -> str:
42
- """Returns the string representation of the model using alias"""
43
- return pprint.pformat(self.model_dump(by_alias=True))
44
-
45
- def to_json(self) -> str:
46
- """Returns the JSON representation of the model using alias"""
47
- # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
48
- return json.dumps(self.to_dict())
49
-
50
- @classmethod
51
- def from_json(cls, json_str: str) -> Optional[Self]:
52
- """Create an instance of ChangeInTimeframeResponse from a JSON string"""
53
- return cls.from_dict(json.loads(json_str))
54
-
55
- def to_dict(self) -> Dict[str, Any]:
56
- """Return the dictionary representation of the model using alias.
57
-
58
- This has the following differences from calling pydantic's
59
- `self.model_dump(by_alias=True)`:
60
-
61
- * `None` is only added to the output dict for nullable fields that
62
- were set at model initialization. Other fields with value `None`
63
- are ignored.
64
- """
65
- excluded_fields: Set[str] = set([])
66
-
67
- _dict = self.model_dump(
68
- by_alias=True,
69
- exclude=excluded_fields,
70
- exclude_none=True,
71
- )
72
- return _dict
73
-
74
- @classmethod
75
- def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
76
- """Create an instance of ChangeInTimeframeResponse from a dict"""
77
- if obj is None:
78
- return None
79
-
80
- if not isinstance(obj, dict):
81
- return cls.model_validate(obj)
82
-
83
- _obj = cls.model_validate(
84
- {"pair": obj.get("pair"), "change": obj.get("change")}
85
- )
86
- return _obj
@@ -1,109 +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 datetime import datetime
21
- from pydantic import BaseModel, ConfigDict, StrictBool, StrictStr
22
- from typing import Any, ClassVar, Dict, List, Optional
23
- from typing import Optional, Set
24
- from typing_extensions import Self
25
-
26
-
27
- class ErrorResponse(BaseModel):
28
- """
29
- ErrorResponse
30
- """ # noqa: E501
31
-
32
- success: Optional[StrictBool] = False
33
- message: StrictStr
34
- error_code: StrictStr
35
- details: Optional[Dict[str, Any]] = None
36
- timestamp: Optional[datetime] = None
37
- __properties: ClassVar[List[str]] = [
38
- "success",
39
- "message",
40
- "error_code",
41
- "details",
42
- "timestamp",
43
- ]
44
-
45
- model_config = ConfigDict(
46
- populate_by_name=True,
47
- validate_assignment=True,
48
- protected_namespaces=(),
49
- )
50
-
51
- def to_str(self) -> str:
52
- """Returns the string representation of the model using alias"""
53
- return pprint.pformat(self.model_dump(by_alias=True))
54
-
55
- def to_json(self) -> str:
56
- """Returns the JSON representation of the model using alias"""
57
- # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
58
- return json.dumps(self.to_dict())
59
-
60
- @classmethod
61
- def from_json(cls, json_str: str) -> Optional[Self]:
62
- """Create an instance of ErrorResponse from a JSON string"""
63
- return cls.from_dict(json.loads(json_str))
64
-
65
- def to_dict(self) -> Dict[str, Any]:
66
- """Return the dictionary representation of the model using alias.
67
-
68
- This has the following differences from calling pydantic's
69
- `self.model_dump(by_alias=True)`:
70
-
71
- * `None` is only added to the output dict for nullable fields that
72
- were set at model initialization. Other fields with value `None`
73
- are ignored.
74
- """
75
- excluded_fields: Set[str] = set([])
76
-
77
- _dict = self.model_dump(
78
- by_alias=True,
79
- exclude=excluded_fields,
80
- exclude_none=True,
81
- )
82
- # set to None if details (nullable) is None
83
- # and model_fields_set contains the field
84
- if self.details is None and "details" in self.model_fields_set:
85
- _dict["details"] = None
86
-
87
- return _dict
88
-
89
- @classmethod
90
- def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
91
- """Create an instance of ErrorResponse from a dict"""
92
- if obj is None:
93
- return None
94
-
95
- if not isinstance(obj, dict):
96
- return cls.model_validate(obj)
97
-
98
- _obj = cls.model_validate(
99
- {
100
- "success": (
101
- obj.get("success") if obj.get("success") is not None else False
102
- ),
103
- "message": obj.get("message"),
104
- "error_code": obj.get("error_code"),
105
- "details": obj.get("details"),
106
- "timestamp": obj.get("timestamp"),
107
- }
108
- )
109
- return _obj
@@ -1,91 +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 Exchange(BaseModel):
27
- """
28
- Exchange
29
- """ # noqa: E501
30
-
31
- value: StrictStr
32
- name: StrictStr
33
- desc: StrictStr
34
- __properties: ClassVar[List[str]] = ["value", "name", "desc"]
35
-
36
- model_config = ConfigDict(
37
- populate_by_name=True,
38
- validate_assignment=True,
39
- protected_namespaces=(),
40
- )
41
-
42
- def to_str(self) -> str:
43
- """Returns the string representation of the model using alias"""
44
- return pprint.pformat(self.model_dump(by_alias=True))
45
-
46
- def to_json(self) -> str:
47
- """Returns the JSON representation of the model using alias"""
48
- # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
49
- return json.dumps(self.to_dict())
50
-
51
- @classmethod
52
- def from_json(cls, json_str: str) -> Optional[Self]:
53
- """Create an instance of Exchange from a JSON string"""
54
- return cls.from_dict(json.loads(json_str))
55
-
56
- def to_dict(self) -> Dict[str, Any]:
57
- """Return the dictionary representation of the model using alias.
58
-
59
- This has the following differences from calling pydantic's
60
- `self.model_dump(by_alias=True)`:
61
-
62
- * `None` is only added to the output dict for nullable fields that
63
- were set at model initialization. Other fields with value `None`
64
- are ignored.
65
- """
66
- excluded_fields: Set[str] = set([])
67
-
68
- _dict = self.model_dump(
69
- by_alias=True,
70
- exclude=excluded_fields,
71
- exclude_none=True,
72
- )
73
- return _dict
74
-
75
- @classmethod
76
- def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
77
- """Create an instance of Exchange from a dict"""
78
- if obj is None:
79
- return None
80
-
81
- if not isinstance(obj, dict):
82
- return cls.model_validate(obj)
83
-
84
- _obj = cls.model_validate(
85
- {
86
- "value": obj.get("value"),
87
- "name": obj.get("name"),
88
- "desc": obj.get("desc"),
89
- }
90
- )
91
- return _obj
@@ -1,92 +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 datetime import datetime
21
- from pydantic import BaseModel, ConfigDict, StrictFloat, StrictInt, StrictStr
22
- from typing import Any, ClassVar, Dict, List, Union
23
- from typing import Optional, Set
24
- from typing_extensions import Self
25
-
26
-
27
- class FundingRateResponse(BaseModel):
28
- """
29
- FundingRateResponse
30
- """ # noqa: E501
31
-
32
- symbol: StrictStr
33
- timestamp: datetime
34
- funding_rate: Union[StrictFloat, StrictInt]
35
- __properties: ClassVar[List[str]] = ["symbol", "timestamp", "funding_rate"]
36
-
37
- model_config = ConfigDict(
38
- populate_by_name=True,
39
- validate_assignment=True,
40
- protected_namespaces=(),
41
- )
42
-
43
- def to_str(self) -> str:
44
- """Returns the string representation of the model using alias"""
45
- return pprint.pformat(self.model_dump(by_alias=True))
46
-
47
- def to_json(self) -> str:
48
- """Returns the JSON representation of the model using alias"""
49
- # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
50
- return json.dumps(self.to_dict())
51
-
52
- @classmethod
53
- def from_json(cls, json_str: str) -> Optional[Self]:
54
- """Create an instance of FundingRateResponse from a JSON string"""
55
- return cls.from_dict(json.loads(json_str))
56
-
57
- def to_dict(self) -> Dict[str, Any]:
58
- """Return the dictionary representation of the model using alias.
59
-
60
- This has the following differences from calling pydantic's
61
- `self.model_dump(by_alias=True)`:
62
-
63
- * `None` is only added to the output dict for nullable fields that
64
- were set at model initialization. Other fields with value `None`
65
- are ignored.
66
- """
67
- excluded_fields: Set[str] = set([])
68
-
69
- _dict = self.model_dump(
70
- by_alias=True,
71
- exclude=excluded_fields,
72
- exclude_none=True,
73
- )
74
- return _dict
75
-
76
- @classmethod
77
- def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
78
- """Create an instance of FundingRateResponse from a dict"""
79
- if obj is None:
80
- return None
81
-
82
- if not isinstance(obj, dict):
83
- return cls.model_validate(obj)
84
-
85
- _obj = cls.model_validate(
86
- {
87
- "symbol": obj.get("symbol"),
88
- "timestamp": obj.get("timestamp"),
89
- "funding_rate": obj.get("funding_rate"),
90
- }
91
- )
92
- return _obj
@@ -1,91 +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 HealthCheckResponse(BaseModel):
27
- """
28
- HealthCheckResponse
29
- """ # noqa: E501
30
-
31
- status: Optional[StrictStr] = "ok"
32
- version: Optional[StrictStr] = "1.0.0"
33
- __properties: ClassVar[List[str]] = ["status", "version"]
34
-
35
- model_config = ConfigDict(
36
- populate_by_name=True,
37
- validate_assignment=True,
38
- protected_namespaces=(),
39
- )
40
-
41
- def to_str(self) -> str:
42
- """Returns the string representation of the model using alias"""
43
- return pprint.pformat(self.model_dump(by_alias=True))
44
-
45
- def to_json(self) -> str:
46
- """Returns the JSON representation of the model using alias"""
47
- # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
48
- return json.dumps(self.to_dict())
49
-
50
- @classmethod
51
- def from_json(cls, json_str: str) -> Optional[Self]:
52
- """Create an instance of HealthCheckResponse from a JSON string"""
53
- return cls.from_dict(json.loads(json_str))
54
-
55
- def to_dict(self) -> Dict[str, Any]:
56
- """Return the dictionary representation of the model using alias.
57
-
58
- This has the following differences from calling pydantic's
59
- `self.model_dump(by_alias=True)`:
60
-
61
- * `None` is only added to the output dict for nullable fields that
62
- were set at model initialization. Other fields with value `None`
63
- are ignored.
64
- """
65
- excluded_fields: Set[str] = set([])
66
-
67
- _dict = self.model_dump(
68
- by_alias=True,
69
- exclude=excluded_fields,
70
- exclude_none=True,
71
- )
72
- return _dict
73
-
74
- @classmethod
75
- def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
76
- """Create an instance of HealthCheckResponse from a dict"""
77
- if obj is None:
78
- return None
79
-
80
- if not isinstance(obj, dict):
81
- return cls.model_validate(obj)
82
-
83
- _obj = cls.model_validate(
84
- {
85
- "status": obj.get("status") if obj.get("status") is not None else "ok",
86
- "version": (
87
- obj.get("version") if obj.get("version") is not None else "1.0.0"
88
- ),
89
- }
90
- )
91
- return _obj
@@ -1,89 +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 HistoryErrorResponse(BaseModel):
27
- """
28
- HistoryErrorResponse
29
- """ # noqa: E501
30
-
31
- s: Optional[StrictStr] = "error"
32
- errmsg: StrictStr
33
- __properties: ClassVar[List[str]] = ["s", "errmsg"]
34
-
35
- model_config = ConfigDict(
36
- populate_by_name=True,
37
- validate_assignment=True,
38
- protected_namespaces=(),
39
- )
40
-
41
- def to_str(self) -> str:
42
- """Returns the string representation of the model using alias"""
43
- return pprint.pformat(self.model_dump(by_alias=True))
44
-
45
- def to_json(self) -> str:
46
- """Returns the JSON representation of the model using alias"""
47
- # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
48
- return json.dumps(self.to_dict())
49
-
50
- @classmethod
51
- def from_json(cls, json_str: str) -> Optional[Self]:
52
- """Create an instance of HistoryErrorResponse from a JSON string"""
53
- return cls.from_dict(json.loads(json_str))
54
-
55
- def to_dict(self) -> Dict[str, Any]:
56
- """Return the dictionary representation of the model using alias.
57
-
58
- This has the following differences from calling pydantic's
59
- `self.model_dump(by_alias=True)`:
60
-
61
- * `None` is only added to the output dict for nullable fields that
62
- were set at model initialization. Other fields with value `None`
63
- are ignored.
64
- """
65
- excluded_fields: Set[str] = set([])
66
-
67
- _dict = self.model_dump(
68
- by_alias=True,
69
- exclude=excluded_fields,
70
- exclude_none=True,
71
- )
72
- return _dict
73
-
74
- @classmethod
75
- def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
76
- """Create an instance of HistoryErrorResponse from a dict"""
77
- if obj is None:
78
- return None
79
-
80
- if not isinstance(obj, dict):
81
- return cls.model_validate(obj)
82
-
83
- _obj = cls.model_validate(
84
- {
85
- "s": obj.get("s") if obj.get("s") is not None else "error",
86
- "errmsg": obj.get("errmsg"),
87
- }
88
- )
89
- return _obj