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.
- crypticorn/common/__init__.py +1 -0
- crypticorn/common/enums.py +3 -1
- crypticorn/common/errors.py +40 -4
- crypticorn/common/mixins.py +1 -0
- crypticorn/common/status_router.py +42 -0
- crypticorn/common/utils.py +5 -12
- crypticorn/klines/client/__init__.py +0 -5
- crypticorn/klines/client/api/change_in_timeframe_api.py +8 -9
- crypticorn/klines/client/api/ohlcv_data_api.py +7 -8
- crypticorn/klines/client/api/symbols_api.py +7 -8
- crypticorn/klines/client/models/__init__.py +0 -5
- crypticorn/klines/client/models/exception_detail.py +3 -6
- crypticorn/klines/client/models/search_symbol.py +4 -3
- crypticorn/klines/client/models/udf_config.py +1 -2
- crypticorn/metrics/client/__init__.py +1 -6
- crypticorn/metrics/client/api/exchanges_api.py +29 -31
- crypticorn/metrics/client/api/indicators_api.py +15 -16
- crypticorn/metrics/client/api/logs_api.py +1 -1
- crypticorn/metrics/client/api/marketcap_api.py +15 -16
- crypticorn/metrics/client/api/markets_api.py +15 -16
- crypticorn/metrics/client/api/status_api.py +1 -1
- crypticorn/metrics/client/api/tokens_api.py +1 -1
- crypticorn/metrics/client/api_client.py +1 -1
- crypticorn/metrics/client/configuration.py +3 -5
- crypticorn/metrics/client/exceptions.py +1 -1
- crypticorn/metrics/client/models/__init__.py +1 -6
- crypticorn/metrics/client/models/exception_detail.py +4 -7
- crypticorn/metrics/client/models/severity.py +1 -1
- crypticorn/metrics/client/models/time_interval.py +1 -1
- crypticorn/metrics/client/models/trading_status.py +1 -1
- crypticorn/metrics/client/rest.py +1 -1
- crypticorn/trade/client/__init__.py +1 -2
- crypticorn/trade/client/api/exchanges_api.py +6 -6
- crypticorn/trade/client/api/trading_actions_api.py +16 -15
- crypticorn/trade/client/configuration.py +2 -2
- crypticorn/trade/client/models/__init__.py +1 -2
- crypticorn/trade/client/models/action_model.py +1 -2
- crypticorn/trade/client/models/exchange_key_model.py +2 -11
- crypticorn/trade/client/models/futures_trading_action.py +1 -2
- crypticorn/trade/client/models/order_model.py +4 -14
- crypticorn/trade/client/models/spot_trading_action.py +1 -2
- crypticorn/trade/client/models/strategy_exchange_info.py +2 -3
- crypticorn/trade/client/models/strategy_model_input.py +1 -2
- crypticorn/trade/client/models/strategy_model_output.py +1 -2
- crypticorn/trade/client/models/tpsl.py +3 -1
- {crypticorn-2.5.1.dist-info → crypticorn-2.5.2.dist-info}/METADATA +1 -1
- {crypticorn-2.5.1.dist-info → crypticorn-2.5.2.dist-info}/RECORD +50 -127
- crypticorn/klines/client/api/health_check_api.py +0 -265
- crypticorn/klines/client/models/api_error_identifier.py +0 -108
- crypticorn/klines/client/models/api_error_level.py +0 -37
- crypticorn/klines/client/models/api_error_type.py +0 -37
- crypticorn/klines/client/models/base_response_health_check_response.py +0 -114
- crypticorn/klines/client/models/base_response_list_change_in_timeframe_response.py +0 -123
- crypticorn/klines/client/models/base_response_list_funding_rate_response.py +0 -118
- crypticorn/klines/client/models/base_response_list_str.py +0 -106
- crypticorn/klines/client/models/base_response_ohlcv_response.py +0 -114
- crypticorn/klines/client/models/change_in_timeframe_response.py +0 -86
- crypticorn/klines/client/models/error_response.py +0 -109
- crypticorn/klines/client/models/exchange.py +0 -91
- crypticorn/klines/client/models/funding_rate_response.py +0 -92
- crypticorn/klines/client/models/health_check_response.py +0 -91
- crypticorn/klines/client/models/history_error_response.py +0 -89
- crypticorn/klines/client/models/history_no_data_response.py +0 -99
- crypticorn/klines/client/models/history_success_response.py +0 -99
- crypticorn/klines/client/models/http_validation_error.py +0 -99
- crypticorn/klines/client/models/internal_exchange.py +0 -39
- crypticorn/klines/client/models/market.py +0 -35
- crypticorn/klines/client/models/market_type.py +0 -35
- crypticorn/klines/client/models/ohlcv_response.py +0 -105
- crypticorn/klines/client/models/response_get_history_udf_history_get.py +0 -198
- crypticorn/klines/client/models/response_get_udf_history.py +0 -198
- crypticorn/klines/client/models/search_symbol_response.py +0 -104
- crypticorn/klines/client/models/symbol_group_response.py +0 -83
- crypticorn/klines/client/models/symbol_info_response.py +0 -131
- crypticorn/klines/client/models/udf_config_response.py +0 -160
- crypticorn/klines/client/models/validation_error.py +0 -105
- crypticorn/klines/client/models/validation_error_loc_inner.py +0 -159
- crypticorn/metrics/client/api/health_check_api.py +0 -265
- crypticorn/metrics/client/models/api_error_identifier.py +0 -108
- crypticorn/metrics/client/models/api_error_level.py +0 -37
- crypticorn/metrics/client/models/api_error_type.py +0 -37
- crypticorn/metrics/client/models/base_response_dict.py +0 -106
- crypticorn/metrics/client/models/base_response_health_check_response.py +0 -114
- crypticorn/metrics/client/models/base_response_list_dict.py +0 -106
- crypticorn/metrics/client/models/base_response_list_exchange_mapping.py +0 -118
- crypticorn/metrics/client/models/base_response_list_str.py +0 -106
- crypticorn/metrics/client/models/error_response.py +0 -109
- crypticorn/metrics/client/models/exchange_mapping.py +0 -134
- crypticorn/metrics/client/models/health_check_response.py +0 -91
- crypticorn/metrics/client/models/http_validation_error.py +0 -99
- crypticorn/metrics/client/models/internal_exchange.py +0 -39
- crypticorn/metrics/client/models/market.py +0 -35
- crypticorn/metrics/client/models/market_type.py +0 -35
- crypticorn/metrics/client/models/validation_error.py +0 -105
- crypticorn/metrics/client/models/validation_error_loc_inner.py +0 -159
- crypticorn/pay/client/models/api_status_res.py +0 -83
- crypticorn/pay/client/models/body_create_now_invoice.py +0 -98
- crypticorn/pay/client/models/body_create_product.py +0 -98
- crypticorn/pay/client/models/body_get_products.py +0 -87
- crypticorn/pay/client/models/body_handle_now_webhook.py +0 -98
- crypticorn/pay/client/models/body_update_product.py +0 -98
- crypticorn/pay/client/models/combined_payment_history.py +0 -101
- crypticorn/pay/client/models/create_invoice_req.py +0 -188
- crypticorn/pay/client/models/create_invoice_res.py +0 -188
- crypticorn/pay/client/models/currency.py +0 -165
- crypticorn/pay/client/models/estimate_price_req.py +0 -91
- crypticorn/pay/client/models/estimate_price_res.py +0 -102
- crypticorn/pay/client/models/get_currencies_res.py +0 -99
- crypticorn/pay/client/models/get_payment_status_res.py +0 -222
- crypticorn/pay/client/models/get_payments_list_res.py +0 -109
- crypticorn/pay/client/models/min_amount_req.py +0 -124
- crypticorn/pay/client/models/min_amount_res.py +0 -105
- crypticorn/pay/client/models/now_fee_structure.py +0 -104
- crypticorn/pay/client/models/now_payment_model.py +0 -124
- crypticorn/pay/client/models/now_payment_status.py +0 -42
- crypticorn/pay/client/models/now_webhook_payload.py +0 -181
- crypticorn/pay/client/models/partial_product_update_model.py +0 -150
- crypticorn/pay/client/models/product.py +0 -87
- crypticorn/pay/client/models/product_model.py +0 -128
- crypticorn/pay/client/models/product_subs_model.py +0 -108
- crypticorn/pay/client/models/product_update_model.py +0 -150
- crypticorn/pay/client/models/unified_payment_model.py +0 -112
- crypticorn/trade/client/models/api_key_model.py +0 -156
- crypticorn/trade/client/models/exchange.py +0 -35
- crypticorn/trade/client/models/market_type.py +0 -35
- {crypticorn-2.5.1.dist-info → crypticorn-2.5.2.dist-info}/WHEEL +0 -0
- {crypticorn-2.5.1.dist-info → crypticorn-2.5.2.dist-info}/entry_points.txt +0 -0
- {crypticorn-2.5.1.dist-info → crypticorn-2.5.2.dist-info}/top_level.txt +0 -0
@@ -59,16 +59,17 @@ crypticorn/cli/__main__.py,sha256=x9T4xS3U-qokGEzad7rTujmq4yjV5xcYSXgNsDFkvyo,25
|
|
59
59
|
crypticorn/cli/init.py,sha256=ToWGj7E8dnw0NgbuoBVZ3bzjE9Pdsg3oRPvbfvKV4l0,3586
|
60
60
|
crypticorn/cli/templates/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
61
61
|
crypticorn/cli/templates/auth.py,sha256=Q1TxlA7qzhjvrqp1xz1aV2vGnj3DKFNN-VSl3o0B-dI,983
|
62
|
-
crypticorn/common/__init__.py,sha256=
|
62
|
+
crypticorn/common/__init__.py,sha256=nCUurEfstuPz9who5eVqBvvjSmiJnKxf-YoKqE0Tk-E,420
|
63
63
|
crypticorn/common/auth.py,sha256=NKT3qnoQF_UYvHW_XS7YywvKd5RbbLv3EcMKnARn7U0,8627
|
64
64
|
crypticorn/common/decorators.py,sha256=pmnGYCIrLv59wZkDbvPyK9NJmgPJWW74LXTdIWSjOkY,1063
|
65
|
-
crypticorn/common/enums.py,sha256=
|
66
|
-
crypticorn/common/errors.py,sha256=
|
65
|
+
crypticorn/common/enums.py,sha256=RitDVqlG_HTe6tHT6bWusZNFCeYk1eQvJVH-7x3_Zlg,668
|
66
|
+
crypticorn/common/errors.py,sha256=qx9KxZGmc6077UYM_FKyBVi3I7VfuJGH6iV1qjn4lLc,22589
|
67
67
|
crypticorn/common/exceptions.py,sha256=svRxFsdeuEiIWPB7K4Nh1ouVTnROZXa_eWHnE7Gka0I,4455
|
68
|
-
crypticorn/common/mixins.py,sha256=
|
68
|
+
crypticorn/common/mixins.py,sha256=L8xSHE-0giPFUP6-VBLB6CJVQpUdBOV_wGQecIwo_7Q,1124
|
69
69
|
crypticorn/common/scopes.py,sha256=MgH9sGodJfPjEqVtFsaczNmwEaGL2wuGzeTpga_ehXs,2407
|
70
|
+
crypticorn/common/status_router.py,sha256=-FIA1-cXy-YNTwiImB7DGHTGBO-hMlKV6tn5rcYmQ9w,1135
|
70
71
|
crypticorn/common/urls.py,sha256=3Gf1NU1XQYcOTjcdztG3bDAE98FVbgTK2QXzUe7tFVQ,878
|
71
|
-
crypticorn/common/utils.py,sha256=
|
72
|
+
crypticorn/common/utils.py,sha256=VCy3OhcNgoU1Mmryxs1PEy_FRcV5MwlE46flueNVhuw,1948
|
72
73
|
crypticorn/hive/__init__.py,sha256=hRfTlEzEql4msytdUC_04vfaHzVKG5CGZle1M-9QFgY,81
|
73
74
|
crypticorn/hive/main.py,sha256=WUgsjs9p9zZ5NgPuD54m1u8dLnM8yaYCYHF51AH2IaE,665
|
74
75
|
crypticorn/hive/client/__init__.py,sha256=b4XBX-fBb0vVHY6323ADasKFSbL66UDeUi0aV3-aNj8,2376
|
@@ -103,7 +104,7 @@ crypticorn/hive/client/models/validation_error.py,sha256=CHRYCMcCRjt3ylBorHFBN7Q
|
|
103
104
|
crypticorn/hive/client/models/validation_error_loc_inner.py,sha256=bpciQHI2dsFuFT2ZUyiS7ez9kjnt_YP0IQnQdYDCoyI,5050
|
104
105
|
crypticorn/klines/__init__.py,sha256=9UUW013uZ5x4evz5zRUxbNid-6O9WAPPYvPZIHpAwms,87
|
105
106
|
crypticorn/klines/main.py,sha256=uQ7Ds_pQZ68o3uvSUOd7J0NEyy9--88dKXhzzm0F9dI,2754
|
106
|
-
crypticorn/klines/client/__init__.py,sha256=
|
107
|
+
crypticorn/klines/client/__init__.py,sha256=YLtas-sCXyq543ujKIWIT73qfQ1D97stsztr1AWjhSc,2222
|
107
108
|
crypticorn/klines/client/api_client.py,sha256=XYk_eoVRHxQDoTKJJwMpO__LbU1DQtpMikBTyulJrvE,26925
|
108
109
|
crypticorn/klines/client/api_response.py,sha256=WhxwYDSMm6wPixp9CegO8dJzjFxDz3JF1yCq9s0ZqKE,639
|
109
110
|
crypticorn/klines/client/configuration.py,sha256=BbSjKLJEKc7v3aY4BX1G9U6nac_Krqi4msBkBZQ5tKg,19153
|
@@ -111,95 +112,47 @@ crypticorn/klines/client/exceptions.py,sha256=UQOoeVgvSQknAxeG-nfg0629MfAQH0IpDB
|
|
111
112
|
crypticorn/klines/client/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
112
113
|
crypticorn/klines/client/rest.py,sha256=M3VBl9SLU3D0L3DBX3Nr7sgL0Moh1G2mJX8KD_yyKbY,7021
|
113
114
|
crypticorn/klines/client/api/__init__.py,sha256=LFjvjTTg79by1SCVX1jjyjQUa-4sj7pUwa1UYQ1JXo0,459
|
114
|
-
crypticorn/klines/client/api/change_in_timeframe_api.py,sha256=
|
115
|
+
crypticorn/klines/client/api/change_in_timeframe_api.py,sha256=e0q50TKN6cOh5Kuiah355RMVl9COmnezUo06zzm18lQ,12768
|
115
116
|
crypticorn/klines/client/api/funding_rates_api.py,sha256=EoG3YlB1g5yY69wGHGEE1RvdZgPbUaEmCN8uSh7Lp28,13843
|
116
|
-
crypticorn/klines/client/api/
|
117
|
-
crypticorn/klines/client/api/ohlcv_data_api.py,sha256=j1jMr9BXdxhxk5r3xRuinUMRBVEKjo3rEeCix4BltDg,16487
|
117
|
+
crypticorn/klines/client/api/ohlcv_data_api.py,sha256=trMw6pUBTO3qwyPcKUtVepXnfHbPHBiqyCACY_jxFTw,16390
|
118
118
|
crypticorn/klines/client/api/status_api.py,sha256=udR7HnTprOtqEk_jOFwCfMnx9axJQqG5jidPwR4Asok,9900
|
119
|
-
crypticorn/klines/client/api/symbols_api.py,sha256=
|
119
|
+
crypticorn/klines/client/api/symbols_api.py,sha256=OfrTMlJy547mk0T2HbRYVlDbQi1wRlNDNoFv81k_VbQ,10960
|
120
120
|
crypticorn/klines/client/api/udf_api.py,sha256=2aGENCe1QumG55vyv8x2dM-HmQYVt4J8BFh1mCSFmP0,70208
|
121
|
-
crypticorn/klines/client/models/__init__.py,sha256=
|
122
|
-
crypticorn/klines/client/models/api_error_identifier.py,sha256=JmYIZrYwcuHy81KBrTWxPNdE0-C_6sTib4sirw2O7Po,4635
|
123
|
-
crypticorn/klines/client/models/api_error_level.py,sha256=5m0d06bYaHGVgGC2y8cDmmokuHzIjJOPFM50874Wkm8,762
|
124
|
-
crypticorn/klines/client/models/api_error_type.py,sha256=SiuXT2lbTkDgNDA6pptaPwO1g4jSHSHnJprUmavmHS0,803
|
125
|
-
crypticorn/klines/client/models/base_response_health_check_response.py,sha256=Ms-8P81otU6odIJsdr_6h7IUUhZeATF-PZW7sPO1T2g,4083
|
126
|
-
crypticorn/klines/client/models/base_response_list_change_in_timeframe_response.py,sha256=NZeOIANmt6QFdOng42EP_8bzeiyeFjEysVi5IpN-08k,4409
|
127
|
-
crypticorn/klines/client/models/base_response_list_funding_rate_response.py,sha256=6NsB3uWLH13qzlTFBC0G9VmZVoftuM70V_Vkktc2a6s,4281
|
128
|
-
crypticorn/klines/client/models/base_response_list_str.py,sha256=1qQGnOZAi2BsJwxgxu2fKQnvzqCyz-MuF25GlMRqZiM,3644
|
129
|
-
crypticorn/klines/client/models/base_response_ohlcv_response.py,sha256=IPILI0pOctSP1WjsdQcRg0Mk-XOuXcYUcw9kzKC8bAI,4034
|
121
|
+
crypticorn/klines/client/models/__init__.py,sha256=R3WUYXWXvI9yGxAOIdm-Irq_xROr6uuxI0d27RhQ8pI,1176
|
130
122
|
crypticorn/klines/client/models/change_in_timeframe.py,sha256=NBt_u2n5U1P1S8c28edokdbqyvTOYUQ7dYgvi2g_Ci8,2554
|
131
|
-
crypticorn/klines/client/models/
|
132
|
-
crypticorn/klines/client/models/error_response.py,sha256=Gy6IOIQi3cics6PhrL08jjuyvbow7FCaxHQ0yybTmNM,3557
|
133
|
-
crypticorn/klines/client/models/exception_detail.py,sha256=OU_H52xmYcKJ2f0W-kovSdISVaBYrpwF3XH7_Q88Fck,3953
|
134
|
-
crypticorn/klines/client/models/exchange.py,sha256=bIgQzNJJ1qwDbOVMeUYW7hLT0R39oj9W2x39bswIB5Y,2871
|
123
|
+
crypticorn/klines/client/models/exception_detail.py,sha256=hULFn3y6aM5mjRjg5m3qdVUzOTeZKWUSRMvIXHJVEQo,3701
|
135
124
|
crypticorn/klines/client/models/funding_rate.py,sha256=91Ok500h7lBBefTYTtcNoIG-lLQc6MNke91pJzd7rK8,2727
|
136
|
-
crypticorn/klines/client/models/funding_rate_response.py,sha256=Os2hYJOGazHiLxCla97Y-9JwqhR4Vhfwkcna--DhVzg,3051
|
137
|
-
crypticorn/klines/client/models/health_check_response.py,sha256=7paZpRT2fHQ8KKyREPk04Z7cjPKZU3qWypLMXI41Ngc,3039
|
138
|
-
crypticorn/klines/client/models/history_error_response.py,sha256=qSR4oYTxSpuk3tHc5KUxEFgh8juq7vzApt8U-Wqe9Eg,2913
|
139
|
-
crypticorn/klines/client/models/history_no_data_response.py,sha256=-aNV6mcjhH1tu7qvXut6l6v0k429x_WywcLJjgDWm7s,3455
|
140
|
-
crypticorn/klines/client/models/history_success_response.py,sha256=7rVvx-BMZvjJ_tv9XXsjJWKTXSqO3BP828rRgTK6afc,3347
|
141
|
-
crypticorn/klines/client/models/http_validation_error.py,sha256=NKLgTuUM_VATyr4FiTi54xF6mI33nWy0xZ0tYqrC19M,3374
|
142
|
-
crypticorn/klines/client/models/internal_exchange.py,sha256=Kf_eokFz8j6LFXKRYV4NU9zSsEB3GdMppnSgDplGgG8,861
|
143
|
-
crypticorn/klines/client/models/market.py,sha256=KlfgnaSV4Rwi3YjlNWD010TQqYz9yYAymrITGVGGDaM,986
|
144
|
-
crypticorn/klines/client/models/market_type.py,sha256=iborRpJg9DypJuxB_RtkAzlzFaJLL4Onn1HYDbFXkEc,708
|
145
125
|
crypticorn/klines/client/models/ohlcv_history.py,sha256=dKjy5SJQw9a4-8ABVMdMiis3VD1gpDBkUpMqFO3r6wA,3292
|
146
|
-
crypticorn/klines/client/models/ohlcv_response.py,sha256=hFYKrvj9riIdcT6q9YI_IyDZtG-Q9NEYvCwUleyJl_M,3362
|
147
126
|
crypticorn/klines/client/models/resolution.py,sha256=xmyK99K0R7-8XEz3vEjEfPUT70BtRjbSHtsTs6wheFE,761
|
148
|
-
crypticorn/klines/client/models/
|
149
|
-
crypticorn/klines/client/models/response_get_udf_history.py,sha256=wViTof1AVu_GYoWxC5z492_cYdBAeBkhP2dG7LsWkDo,6822
|
150
|
-
crypticorn/klines/client/models/search_symbol.py,sha256=nxYE-yLT71UXXEh4I8euPMZcGrlbkBxGZKONJvRxK2g,2798
|
151
|
-
crypticorn/klines/client/models/search_symbol_response.py,sha256=acAuxfKjWl3cTXimGQJTwLTczYr547dVsUf2vbeZX7E,3257
|
127
|
+
crypticorn/klines/client/models/search_symbol.py,sha256=QYoi4VHcxkD6kBJCsjQHGsHscFy9XjuOkwuX3rMhEdo,2812
|
152
128
|
crypticorn/klines/client/models/sort_direction.py,sha256=wFU7tm4M9bgR55rgN2aKLBPISnG9xKGTEXqcNV4fkSw,707
|
153
129
|
crypticorn/klines/client/models/symbol_group.py,sha256=E_BxSCHzZQCInnakWw1Q5VI6ysHdjMR3SuZRJ9p0Ukk,2437
|
154
|
-
crypticorn/klines/client/models/symbol_group_response.py,sha256=d2NOkTNlGj3mW0eFPgc8FddxrpvQnfam2BaZbDMe6Ec,2761
|
155
130
|
crypticorn/klines/client/models/symbol_info.py,sha256=aAdze6VgvTqnfhTelP1fVzCJkh5L7OUwcWN7J0nCRkc,3998
|
156
|
-
crypticorn/klines/client/models/symbol_info_response.py,sha256=elUpZOmkmqrf7wdyyZg5naTQs1NHfEAecNYjJWovNpI,4322
|
157
131
|
crypticorn/klines/client/models/symbol_type.py,sha256=uOEqlQJ714fa0SEYOxzCOx9cG-q1OoP_rZ5_nU461Vc,2449
|
158
132
|
crypticorn/klines/client/models/timeframe.py,sha256=bSZJz3Q78V1RAnm3ZDtGBzFOnDKE3Pc5A0eP3ky3KaI,760
|
159
|
-
crypticorn/klines/client/models/udf_config.py,sha256=
|
160
|
-
crypticorn/klines/client/models/udf_config_response.py,sha256=7CDUucdc3OmsMWEFeWw6XzoDCDmJJQzjsPYROXxjjwc,5957
|
161
|
-
crypticorn/klines/client/models/validation_error.py,sha256=1TFg0Od5eoiksrEOQHPGQMsG9KxtbiEHfFc-Fd6z9kU,3484
|
162
|
-
crypticorn/klines/client/models/validation_error_loc_inner.py,sha256=WGQs_4K95Oag8b82FVNEb1IMrF8xBFfTZ_bXUWT-OoA,5386
|
133
|
+
crypticorn/klines/client/models/udf_config.py,sha256=3VxMqMJb7AqwxWyeM1SxEd4jp2r-iRZppVRW7RHR7iY,5066
|
163
134
|
crypticorn/metrics/__init__.py,sha256=t7FrHV5PaVTka90eIxDgOaWvOiyznSStcUanSbLov2o,126
|
164
135
|
crypticorn/metrics/main.py,sha256=Gg-kF8zgGs4oSl2lqH8ef-3QAEsAjOld0N-_nXDuhdo,3501
|
165
|
-
crypticorn/metrics/client/__init__.py,sha256=
|
166
|
-
crypticorn/metrics/client/api_client.py,sha256=
|
136
|
+
crypticorn/metrics/client/__init__.py,sha256=IcYZIuKVRCnesSbJgvn_-Wg1it5vY0goYwL-pNdVfh0,1727
|
137
|
+
crypticorn/metrics/client/api_client.py,sha256=pGWJuO-mgxlUdhJGwkScf7CviGzjDrmUAiU0LXasQY4,26934
|
167
138
|
crypticorn/metrics/client/api_response.py,sha256=WhxwYDSMm6wPixp9CegO8dJzjFxDz3JF1yCq9s0ZqKE,639
|
168
|
-
crypticorn/metrics/client/configuration.py,sha256=
|
169
|
-
crypticorn/metrics/client/exceptions.py,sha256=
|
139
|
+
crypticorn/metrics/client/configuration.py,sha256=wA1hBWEINMM_AlZg-DAv1AelmkjBERB5d2gA66aEwSM,19158
|
140
|
+
crypticorn/metrics/client/exceptions.py,sha256=UegnYftFlQDXAQv8BmD20yRzTtWpjTHcuOymTBWmgeE,6421
|
170
141
|
crypticorn/metrics/client/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
171
|
-
crypticorn/metrics/client/rest.py,sha256
|
142
|
+
crypticorn/metrics/client/rest.py,sha256=pWeYnpTfTV7L5U6Kli3b7i8VrmqdG8sskqSnTHPIoQo,7025
|
172
143
|
crypticorn/metrics/client/api/__init__.py,sha256=e8EG4VJkULLIEthZyPXjOfLi_4dKGi_KGRj2gQuYd_8,506
|
173
|
-
crypticorn/metrics/client/api/exchanges_api.py,sha256=
|
174
|
-
crypticorn/metrics/client/api/
|
175
|
-
crypticorn/metrics/client/api/
|
176
|
-
crypticorn/metrics/client/api/
|
177
|
-
crypticorn/metrics/client/api/
|
178
|
-
crypticorn/metrics/client/api/
|
179
|
-
crypticorn/metrics/client/api/
|
180
|
-
crypticorn/metrics/client/
|
181
|
-
crypticorn/metrics/client/models/
|
182
|
-
crypticorn/metrics/client/models/
|
183
|
-
crypticorn/metrics/client/models/
|
184
|
-
crypticorn/metrics/client/models/
|
185
|
-
crypticorn/metrics/client/models/base_response_dict.py,sha256=iWJT-zxjzu5zgyDtgLPYmirSq2725sBDv98AS2sIehw,3522
|
186
|
-
crypticorn/metrics/client/models/base_response_health_check_response.py,sha256=B2rbxLrKIgkLF4foPXZ3fH3l_qmmXnuwiyxaTT4jHJ0,3975
|
187
|
-
crypticorn/metrics/client/models/base_response_list_dict.py,sha256=8_RJ-T7c2TTsW-B1OT-E6xnvEM4sVkyEw5zlgeurXMk,3544
|
188
|
-
crypticorn/metrics/client/models/base_response_list_exchange_mapping.py,sha256=WTgCZMBuRtdJkFozp5nmY0sBvGwZfNGWfteVI5ryjkA,4140
|
189
|
-
crypticorn/metrics/client/models/base_response_list_str.py,sha256=CiC2L4KwEfx4MhJjmhJHq6MC6awi1eM_ZHLK_uoz1FY,3535
|
190
|
-
crypticorn/metrics/client/models/error_response.py,sha256=kCwi5tas3eskJLsCu-YKWAitUD6nJtYLGmf_GSXoNns,3448
|
191
|
-
crypticorn/metrics/client/models/exception_detail.py,sha256=OYpg7nsMk7CUjApF7fUbOS6IaDL9ac0E9REewkjqnlw,3983
|
192
|
-
crypticorn/metrics/client/models/exchange_mapping.py,sha256=noWjAm9V5TStmydDymleIhweVSszBJIEcCM4SEGc1YE,4498
|
193
|
-
crypticorn/metrics/client/models/health_check_response.py,sha256=Zs0x3q6VVBaZZZVShhtZvcSfxQoOsNLzT44VeDUEOak,2930
|
194
|
-
crypticorn/metrics/client/models/http_validation_error.py,sha256=kSD68KR46dJsvbvL1EbS4pMbkbH40gzSHbH0OBQad74,3266
|
195
|
-
crypticorn/metrics/client/models/internal_exchange.py,sha256=lf_iDDan5B1eLxLI268pxXZYpc6YJkQKuHaSWlhcCrY,888
|
196
|
-
crypticorn/metrics/client/models/market.py,sha256=yjCIMjIRqCW-81qoXnm3aWle0BNPrpsmepZk-UFS6ow,877
|
197
|
-
crypticorn/metrics/client/models/market_type.py,sha256=TtJvB6ktk-dNeTAIr3YkCqu_2i0xVJ5oHniJDnNEq54,735
|
198
|
-
crypticorn/metrics/client/models/severity.py,sha256=OdPtz3t49oiKbJRnw19kSpTaRHX-ujAwS26fpSTaDFs,755
|
199
|
-
crypticorn/metrics/client/models/time_interval.py,sha256=bRPPDcOHgPBfZOzauFNq2TorFEwtS0zC56z1wNL8qeM,796
|
200
|
-
crypticorn/metrics/client/models/trading_status.py,sha256=gRmSgS8J32GY74onkULSiWBb_c0Q4vBXWE-F10SL-RE,770
|
201
|
-
crypticorn/metrics/client/models/validation_error.py,sha256=XAkAm1zTjroJLvnmQB6rUJq7tgWwhMYjqGukqMMJRmM,3376
|
202
|
-
crypticorn/metrics/client/models/validation_error_loc_inner.py,sha256=p0a-GosxsFHZV22hz3u4PNwj0kPd8-7CWRNwAO05pvk,5277
|
144
|
+
crypticorn/metrics/client/api/exchanges_api.py,sha256=EDw4wzYV20fHPW1pUpfCyXR1NzIJICjBz6ugOcf_3Oo,40003
|
145
|
+
crypticorn/metrics/client/api/indicators_api.py,sha256=v2cI4NIzsg2QyBeKPMHfcGiatDTJsP6XX7dM1RwdGEY,25856
|
146
|
+
crypticorn/metrics/client/api/logs_api.py,sha256=8umrlamZUV1DbyKpMZHkoh5q0et_1KmaxWx93dcijf4,13480
|
147
|
+
crypticorn/metrics/client/api/marketcap_api.py,sha256=-ETEtSM50DND8hG_k_FI-9MaXMNbWIarSieMka2w-8k,50855
|
148
|
+
crypticorn/metrics/client/api/markets_api.py,sha256=9GDMz9NTdJ1OIWckfuFfjgid6rJy8NWkj0Y4e00BM6c,24135
|
149
|
+
crypticorn/metrics/client/api/status_api.py,sha256=X6wDxz1BoSuVubEuzbvqLVYU7NuAArnC4DglOrqhDgg,9899
|
150
|
+
crypticorn/metrics/client/api/tokens_api.py,sha256=Z885EFuNOPLt5jziSynZsnvYzve-V_ltY6ypW6H7NCw,11381
|
151
|
+
crypticorn/metrics/client/models/__init__.py,sha256=szlfEBonMQMQdyWP-3mI6cJ-P5MyZTSHtLk8QVjQtcg,625
|
152
|
+
crypticorn/metrics/client/models/exception_detail.py,sha256=s2dJA_PBMYppDexprkmGI7u3kBX-HVIcwYhTxlT4Yqw,3704
|
153
|
+
crypticorn/metrics/client/models/severity.py,sha256=Bwls2jjCMP2lKc-_67d5WZbGPAebUEPge7a82iUf4Qs,731
|
154
|
+
crypticorn/metrics/client/models/time_interval.py,sha256=8bHhMNt56xVGvJi5xNFMrAkAZFRKfym1UkeGoM2H0j8,772
|
155
|
+
crypticorn/metrics/client/models/trading_status.py,sha256=_S-KAyuCJsLLY0UTcNKkhLWoPJS-ywf7y3yTdhIuF0w,746
|
203
156
|
crypticorn/pay/__init__.py,sha256=ux-B-YbNetpTlZTb2fijuGUOEmSm4IB0fYtieGnVDBg,78
|
204
157
|
crypticorn/pay/main.py,sha256=-e0YvDBe73b2hRkAh65hFmGdqjsaQcXTHtLyXlM_YM0,635
|
205
158
|
crypticorn/pay/client/__init__.py,sha256=cbghk-0dlGzvCm7JyqfWrhOnWuONe_4GOI8_2EybFuY,2234
|
@@ -215,93 +168,63 @@ crypticorn/pay/client/api/payments_api.py,sha256=Nprz9wnXMmYzpKdPxtmr9vPrWm9qyS1
|
|
215
168
|
crypticorn/pay/client/api/products_api.py,sha256=Av_LkSXFihzoaDDmX7LVqjvHY_Hw0e4jqLNkHm1Tf_0,34018
|
216
169
|
crypticorn/pay/client/api/status_api.py,sha256=XSfwyUDRS3XMB8mfngLhtYqEFMOE2t6m_PAWcwX9eg0,9908
|
217
170
|
crypticorn/pay/client/models/__init__.py,sha256=s1gclQrV9n1Dtpp5OkqIhtkn57W7vyHp4Y1ATWKkoqs,1372
|
218
|
-
crypticorn/pay/client/models/api_status_res.py,sha256=2MSDgnzQZpQyjFu7I-4HkJI3ygy0Dzs1lPdvgzM63Jg,2494
|
219
|
-
crypticorn/pay/client/models/body_create_now_invoice.py,sha256=F--oFNyB0bv2mmFpwd3jG9ZGEl0Ip7slVFdSkxbVbe8,3045
|
220
|
-
crypticorn/pay/client/models/body_create_product.py,sha256=_Jh3LqwcC8U3Rz14NP6Aohimea7d3TsrSWTexm5iB5Q,3030
|
221
|
-
crypticorn/pay/client/models/body_get_products.py,sha256=VdlkQaLmCbpFKZkornQdV3Ts1TBcRChPVIlnSGefohc,2609
|
222
|
-
crypticorn/pay/client/models/body_handle_now_webhook.py,sha256=Ga3dllYOgpQPHQ28I3nQf-PCJTMlsnMyj5wssWeUwzs,3036
|
223
|
-
crypticorn/pay/client/models/body_update_product.py,sha256=8zZ9OoVUpq2Zgfk31t2rVqZuZWD-lKTIv2Lp4QYB6F0,3030
|
224
|
-
crypticorn/pay/client/models/combined_payment_history.py,sha256=Zj5OFTjOYmYiGJDuYtdQ427QQKZn_IlmzFwI-8yLmto,3174
|
225
|
-
crypticorn/pay/client/models/create_invoice_req.py,sha256=2rTUWk76HsUcUGAe_40Z_DrfM0QWlnTPcHDqYSQZF64,6689
|
226
|
-
crypticorn/pay/client/models/create_invoice_res.py,sha256=y1OGPex795EoRHLyvTpTYZDnvr5B9WuYFYb0-wYSl_k,7002
|
227
|
-
crypticorn/pay/client/models/currency.py,sha256=919svKlvFM079pV-GETN_KYkvNIitoRh2BDxojjGqZk,6023
|
228
|
-
crypticorn/pay/client/models/estimate_price_req.py,sha256=_h3rBnQbXLPzI1QEiwWay8G9Fo61YG4uDGiiYX-QZz8,3150
|
229
|
-
crypticorn/pay/client/models/estimate_price_res.py,sha256=wdO1yUWdL1ofTvVhs-NNT1OEefg0QhknXZch2ohG0iY,3404
|
230
|
-
crypticorn/pay/client/models/get_currencies_res.py,sha256=FOVP_pzG2ILOdtcrqbNFzZ8ejB-9W9LRhxfYE3luVLk,3180
|
231
|
-
crypticorn/pay/client/models/get_payment_status_res.py,sha256=-BGfTAZeS46t_CzyT5NxVM3vVdZ92fgYArWPUZArgTw,8523
|
232
|
-
crypticorn/pay/client/models/get_payments_list_res.py,sha256=pRlAsm-06k0sT6brjScRiRm2OM3L3v37NRKtZSwgcJE,3712
|
233
171
|
crypticorn/pay/client/models/http_validation_error.py,sha256=DCqbDdARy2ukP9WV0EFMOSLncLD2p0DSYv6nac24FBs,3096
|
234
|
-
crypticorn/pay/client/models/min_amount_req.py,sha256=QV7nxaE1oVhSku5H5MjTksmy4G9aNaL7xRu4vTeeiZo,4957
|
235
|
-
crypticorn/pay/client/models/min_amount_res.py,sha256=sPVuhbm2zcX5qVykjdP5LKSofGnMnEttJgsS5uMv5PA,3517
|
236
172
|
crypticorn/pay/client/models/now_api_status_res.py,sha256=hQiBIqzQGBCikHzSuFTB7zEx2AssXlo_7J-QXnKiqRc,2503
|
237
173
|
crypticorn/pay/client/models/now_create_invoice_req.py,sha256=NMUaGU3O0UnLZCuU_XiJjdzPOpkCvlAtFTHG69WLlRE,6698
|
238
174
|
crypticorn/pay/client/models/now_create_invoice_res.py,sha256=H9701VDPrLUdjowc1XhkurXWB47V3G3Emd0kJ6jL7JY,7011
|
239
|
-
crypticorn/pay/client/models/now_fee_structure.py,sha256=rXx8naLh3iNi14UyGtWABZUupbmyrgDl-hCOh9QbJDg,3220
|
240
|
-
crypticorn/pay/client/models/now_payment_model.py,sha256=TbQLShcgKkF2AYRN9eAU5k6kYhK5PRJ6qMxq6ab53G4,4135
|
241
|
-
crypticorn/pay/client/models/now_payment_status.py,sha256=D74hYmRztyg9V6V79K3eK34eGE7KKVT2vdCgzqAlEmA,955
|
242
|
-
crypticorn/pay/client/models/now_webhook_payload.py,sha256=6Fb2eW1w53ahNNCIXJWWK12XuD9B2t-_P_8vhqDy-Ng,6773
|
243
|
-
crypticorn/pay/client/models/partial_product_update_model.py,sha256=TIKIwGlTOT37fj0vnY3lcA_3wTlzHgFzR5141vxm-I8,4805
|
244
175
|
crypticorn/pay/client/models/payment.py,sha256=nwtYGgsAyp7_6vwjTlWj1LhfjSCN0OiyFb9NR4mct3o,3592
|
245
176
|
crypticorn/pay/client/models/payment_status.py,sha256=X27W1roil70iUNkcJVKABK1dRpAUoNPa-ms8XJniGkI,877
|
246
|
-
crypticorn/pay/client/models/product.py,sha256=6_L59YIz-rdN5fHypJUcRpaU-hpG1l4xF1Cl2n8sF0k,2572
|
247
177
|
crypticorn/pay/client/models/product_create.py,sha256=D4_nazTIXavIxut2qTMWik4hvLS3eIq2bTvEwynzPPI,3597
|
248
|
-
crypticorn/pay/client/models/product_model.py,sha256=emo_bZGfI9k3dtR_jfzlJGFUTR1SZosLRfkaObj3J6g,3855
|
249
178
|
crypticorn/pay/client/models/product_read.py,sha256=RH4K8DFHYKdA2w3EVtGriJ_4N64YsHqhzWakUrByx-E,3701
|
250
179
|
crypticorn/pay/client/models/product_sub_read.py,sha256=-5lPLN2PmLIqQcMy2ziCyMZu2VEu_5vHnZ_bPEuMUcY,3210
|
251
|
-
crypticorn/pay/client/models/product_subs_model.py,sha256=DeeVu-8aDJneHov97hlNR4JFph_jGu2yt9_eVTPWzpw,3355
|
252
180
|
crypticorn/pay/client/models/product_update.py,sha256=gMnHofo6JaWR53sN7WHa70tbQsfAZah_-cWHkEoD2LM,4495
|
253
|
-
crypticorn/pay/client/models/product_update_model.py,sha256=j6EGDSqko5owqk-Qrx_9fh1mQQB87welVhCBmDkWcS0,4777
|
254
181
|
crypticorn/pay/client/models/scope.py,sha256=vSAmOx3rmXL0c_xEfxAu8XkO3fT-5s9BsnJWznZc77Q,2355
|
255
182
|
crypticorn/pay/client/models/services.py,sha256=GSR4E0IVNzmMkPW6AdhW9MmHFmku0YBfx27xWzAFDGI,709
|
256
|
-
crypticorn/pay/client/models/unified_payment_model.py,sha256=5IXOcKctWFejLAq_x3btO2R29fRaKMDSgMfgcYYJKY4,3621
|
257
183
|
crypticorn/pay/client/models/validation_error.py,sha256=dEYMLbX_N7IfQLeuL-BRBVnh5-plOpUe6R2YZTMzEX4,3206
|
258
184
|
crypticorn/pay/client/models/validation_error_loc_inner.py,sha256=IJ4KtMiRfkAv1ymgH2H4mjCfQWmvMPc04C5ARvRSYz4,5111
|
259
185
|
crypticorn/trade/__init__.py,sha256=QzScH9n-ly3QSaBSpPP7EqYwhdzDqYCZJs0-AhEhrsY,84
|
260
186
|
crypticorn/trade/main.py,sha256=h-lh8ESY0E5lKB5bg-D41TPxiNND8g4pFAd7updpd0Y,1074
|
261
|
-
crypticorn/trade/client/__init__.py,sha256=
|
187
|
+
crypticorn/trade/client/__init__.py,sha256=2wJbmd7b6ZiPEMmwTjI8F2MJT0EYYM3rb_A4x4qY9U8,3197
|
262
188
|
crypticorn/trade/client/api_client.py,sha256=ZEwhf7fWCKN60rISRK0yMwTQ39zh_3826wagNwdMytU,26936
|
263
189
|
crypticorn/trade/client/api_response.py,sha256=WhxwYDSMm6wPixp9CegO8dJzjFxDz3JF1yCq9s0ZqKE,639
|
264
|
-
crypticorn/trade/client/configuration.py,sha256=
|
190
|
+
crypticorn/trade/client/configuration.py,sha256=xTojeWHr0PjSppaxjAO38Rfmwq1gpvLK6x-ado8g4cQ,19168
|
265
191
|
crypticorn/trade/client/exceptions.py,sha256=58guZPe-vJhofP5_H3FsiFxElKn61rXjM1qX2rSy4iw,6435
|
266
192
|
crypticorn/trade/client/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
267
193
|
crypticorn/trade/client/rest.py,sha256=SiC5qH5IoMhsdNmWplwY7izcktW-acf1KJchdiA89-M,7037
|
268
194
|
crypticorn/trade/client/api/__init__.py,sha256=s6jcukWHyom8Bp9Vj0yrOL37-dNPNvdvMK_aXwpKZzc,668
|
269
195
|
crypticorn/trade/client/api/api_keys_api.py,sha256=I1FGEkXsigXYWw99644QK1FIcXO7gnQaZBkw4mQAoZk,51392
|
270
196
|
crypticorn/trade/client/api/bots_api.py,sha256=bg94allr6lyyHSGD8ek90JFRgq-iL8kizixiIvxp6Zw,41968
|
271
|
-
crypticorn/trade/client/api/exchanges_api.py,sha256=
|
197
|
+
crypticorn/trade/client/api/exchanges_api.py,sha256=h3QV4qbObM_PZwTo0bAQiiagvk0zfJUX8buWZ8GV5rA,10091
|
272
198
|
crypticorn/trade/client/api/futures_trading_panel_api.py,sha256=vzfXSO5ANBgfVzFEpxxPkhbrAVC0mhEV08ekS3LhzjU,50561
|
273
199
|
crypticorn/trade/client/api/notifications_api.py,sha256=Ueugskvo8zxhOKaelRdt2ua-UWwBE6Ls7DGL7t5yr10,61422
|
274
200
|
crypticorn/trade/client/api/orders_api.py,sha256=WQwFcDTwQzKT9PL2djslTM4CCN_CErzn5A2c4rY0L14,11197
|
275
201
|
crypticorn/trade/client/api/status_api.py,sha256=uUChSmVWGh-b3Rbp4sBWP7Ohga9KxMHxpw7jy3ZYdB0,9914
|
276
202
|
crypticorn/trade/client/api/strategies_api.py,sha256=85rH72Su2Cgi2o7pK87PRHjuY_PHYryGpxC1CYLrzb0,42424
|
277
|
-
crypticorn/trade/client/api/trading_actions_api.py,sha256
|
278
|
-
crypticorn/trade/client/models/__init__.py,sha256=
|
279
|
-
crypticorn/trade/client/models/action_model.py,sha256=
|
280
|
-
crypticorn/trade/client/models/api_key_model.py,sha256=6VPDVA-czB5SSjE7ojXwJ_4OReHn3VPcWtsx0fxjNok,5261
|
203
|
+
crypticorn/trade/client/api/trading_actions_api.py,sha256=jJwNEWbeQwyGZgzTWT4bqLi3CKhrKrLIj_LN8w5-0wY,32391
|
204
|
+
crypticorn/trade/client/models/__init__.py,sha256=4jSoqTi9KvQXgUqklHi3DF1_dRBZyMibtmr9-0INkXg,1951
|
205
|
+
crypticorn/trade/client/models/action_model.py,sha256=J1B0M3wJFPzFVPmGhDq0iRYyFwaO0GbMScvGqqyTQl4,10019
|
281
206
|
crypticorn/trade/client/models/bot_model.py,sha256=oryPhnv0uwMoZ7bwoOWqeJwikgjifcj_u229SQY7ZfE,5602
|
282
207
|
crypticorn/trade/client/models/bot_status.py,sha256=T5kntR0MTu8aTZ5okRaXfsoOu5d5c7BK8YEfXFjHGSc,776
|
283
|
-
crypticorn/trade/client/models/
|
284
|
-
crypticorn/trade/client/models/exchange_key_model.py,sha256=xvnrGBenPThkPFm1rta8mjlRuu1Jd0rX7BVOrcx3i20,5341
|
208
|
+
crypticorn/trade/client/models/exchange_key_model.py,sha256=l8w0A-11TdsMrk4ToeTwUHvt46C8iBXO5FQRHJVXLO0,4969
|
285
209
|
crypticorn/trade/client/models/execution_ids.py,sha256=e697tugncabwsX7tZDJZxml_zW9CJt4va4ZcaPmfY3c,2933
|
286
210
|
crypticorn/trade/client/models/futures_balance.py,sha256=RqAFpqUz7s72jESPQRlq7fzx8kmAtEijONMT5AfnqLs,4161
|
287
|
-
crypticorn/trade/client/models/futures_trading_action.py,sha256=
|
211
|
+
crypticorn/trade/client/models/futures_trading_action.py,sha256=IXbvI1vvufAFEmorUcAgupjvyzUI56qdO-H5qWFe_1c,9386
|
288
212
|
crypticorn/trade/client/models/http_validation_error.py,sha256=CBQWU6TRxN6rQJAvv9xAg0Mi9IP4wh_h2vJZh5FpVxQ,3098
|
289
213
|
crypticorn/trade/client/models/margin_mode.py,sha256=5g3fOU3U2uLFHjWpvM6k6lRouPhkIoWKa9D6vnArfXI,747
|
290
|
-
crypticorn/trade/client/models/market_type.py,sha256=Q-5bPMVcQdWL06fHLdaVgJZ3e2X9DYptBxm8OjrCU9I,725
|
291
214
|
crypticorn/trade/client/models/notification_model.py,sha256=_5Pq_9H94IB8eEPwX__Nvatr5SAXagk3l0iCE3Pz9AE,4603
|
292
|
-
crypticorn/trade/client/models/order_model.py,sha256=
|
215
|
+
crypticorn/trade/client/models/order_model.py,sha256=fTdTAosvyuS0KzkT_ubNOF6mf29UTA3gicbldnowrf4,11959
|
293
216
|
crypticorn/trade/client/models/order_status.py,sha256=k_nALTql9xUIbkr9bxu1F81QFR-wl_3Zb4WluAy6ug4,822
|
294
217
|
crypticorn/trade/client/models/post_futures_action.py,sha256=Od6cE5mG1fCROtxo_RMU4pinEE90b9RqfSJX1mGMhOA,3093
|
295
|
-
crypticorn/trade/client/models/spot_trading_action.py,sha256=
|
296
|
-
crypticorn/trade/client/models/strategy_exchange_info.py,sha256=
|
297
|
-
crypticorn/trade/client/models/strategy_model_input.py,sha256=
|
298
|
-
crypticorn/trade/client/models/strategy_model_output.py,sha256=
|
299
|
-
crypticorn/trade/client/models/tpsl.py,sha256=
|
218
|
+
crypticorn/trade/client/models/spot_trading_action.py,sha256=_HFc1V4CaftIBgYEvdE6ChYv8TVNqt9FxHeXalOwAt0,8527
|
219
|
+
crypticorn/trade/client/models/strategy_exchange_info.py,sha256=KIk9aSax0ur8WrT9vxgu13ZQFKgsYU9zCrhC7i8LMnc,2762
|
220
|
+
crypticorn/trade/client/models/strategy_model_input.py,sha256=WvpnLU9S701pV_4j2yfqFstfz-gBduwsH31hPKjh2QY,5697
|
221
|
+
crypticorn/trade/client/models/strategy_model_output.py,sha256=tYJ1hgl7oyNIIfbedmX7-En19kDdrGKOw0OHo7Gy5bo,5701
|
222
|
+
crypticorn/trade/client/models/tpsl.py,sha256=18g2fDuXE8FMt9QSD_JZAIfATlPh2tFv3857aQlIQmY,4375
|
300
223
|
crypticorn/trade/client/models/trading_action_type.py,sha256=oLVDp94VeC9kjYbgZN7dHn2t07YGGUrAkNr2PE435eM,827
|
301
224
|
crypticorn/trade/client/models/validation_error.py,sha256=x4rR325juK4EJiFJ8l5IKp2werY8y6PWbLx_WJMxbbA,3208
|
302
225
|
crypticorn/trade/client/models/validation_error_loc_inner.py,sha256=ZB2NbHkxhjDZ2-qK1HyvzTUnabeCdxeTjbSAHNmWq5A,5111
|
303
|
-
crypticorn-2.5.
|
304
|
-
crypticorn-2.5.
|
305
|
-
crypticorn-2.5.
|
306
|
-
crypticorn-2.5.
|
307
|
-
crypticorn-2.5.
|
226
|
+
crypticorn-2.5.2.dist-info/METADATA,sha256=Ebm0_9ijajPXWVIJqTXt-rEyMFKNme89hPJ9L4tRdIE,6247
|
227
|
+
crypticorn-2.5.2.dist-info/WHEEL,sha256=ck4Vq1_RXyvS4Jt6SI0Vz6fyVs4GWg7AINwpsaGEgPE,91
|
228
|
+
crypticorn-2.5.2.dist-info/entry_points.txt,sha256=d_xHsGvUTebPveVUK0SrpDFQ5ZRSjlI7lNCc11sn2PM,59
|
229
|
+
crypticorn-2.5.2.dist-info/top_level.txt,sha256=EP3NY216qIBYfmvGl0L2Zc9ItP0DjGSkiYqd9xJwGcM,11
|
230
|
+
crypticorn-2.5.2.dist-info/RECORD,,
|
@@ -1,265 +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
|
-
import warnings
|
15
|
-
from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
|
16
|
-
from typing import Any, Dict, List, Optional, Tuple, Union
|
17
|
-
from typing_extensions import Annotated
|
18
|
-
|
19
|
-
from crypticorn.klines.client.models.base_response_health_check_response import (
|
20
|
-
BaseResponseHealthCheckResponse,
|
21
|
-
)
|
22
|
-
|
23
|
-
from crypticorn.klines.client.api_client import ApiClient, RequestSerialized
|
24
|
-
from crypticorn.klines.client.api_response import ApiResponse
|
25
|
-
from crypticorn.klines.client.rest import RESTResponseType
|
26
|
-
|
27
|
-
|
28
|
-
class HealthCheckApi:
|
29
|
-
"""NOTE: This class is auto generated by OpenAPI Generator
|
30
|
-
Ref: https://openapi-generator.tech
|
31
|
-
|
32
|
-
Do not edit the class manually.
|
33
|
-
"""
|
34
|
-
|
35
|
-
def __init__(self, api_client=None) -> None:
|
36
|
-
if api_client is None:
|
37
|
-
api_client = ApiClient.get_default()
|
38
|
-
self.api_client = api_client
|
39
|
-
|
40
|
-
@validate_call
|
41
|
-
async def index_get(
|
42
|
-
self,
|
43
|
-
_request_timeout: Union[
|
44
|
-
None,
|
45
|
-
Annotated[StrictFloat, Field(gt=0)],
|
46
|
-
Tuple[
|
47
|
-
Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]
|
48
|
-
],
|
49
|
-
] = None,
|
50
|
-
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
51
|
-
_content_type: Optional[StrictStr] = None,
|
52
|
-
_headers: Optional[Dict[StrictStr, Any]] = None,
|
53
|
-
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
54
|
-
) -> BaseResponseHealthCheckResponse:
|
55
|
-
"""Index
|
56
|
-
|
57
|
-
Health check endpoint to verify if the API is running.
|
58
|
-
|
59
|
-
:param _request_timeout: timeout setting for this request. If one
|
60
|
-
number provided, it will be total request
|
61
|
-
timeout. It can also be a pair (tuple) of
|
62
|
-
(connection, read) timeouts.
|
63
|
-
:type _request_timeout: int, tuple(int, int), optional
|
64
|
-
:param _request_auth: set to override the auth_settings for an a single
|
65
|
-
request; this effectively ignores the
|
66
|
-
authentication in the spec for a single request.
|
67
|
-
:type _request_auth: dict, optional
|
68
|
-
:param _content_type: force content-type for the request.
|
69
|
-
:type _content_type: str, Optional
|
70
|
-
:param _headers: set to override the headers for a single
|
71
|
-
request; this effectively ignores the headers
|
72
|
-
in the spec for a single request.
|
73
|
-
:type _headers: dict, optional
|
74
|
-
:param _host_index: set to override the host_index for a single
|
75
|
-
request; this effectively ignores the host_index
|
76
|
-
in the spec for a single request.
|
77
|
-
:type _host_index: int, optional
|
78
|
-
:return: Returns the result object.
|
79
|
-
""" # noqa: E501
|
80
|
-
|
81
|
-
_param = self._index_get_serialize(
|
82
|
-
_request_auth=_request_auth,
|
83
|
-
_content_type=_content_type,
|
84
|
-
_headers=_headers,
|
85
|
-
_host_index=_host_index,
|
86
|
-
)
|
87
|
-
|
88
|
-
_response_types_map: Dict[str, Optional[str]] = {
|
89
|
-
"200": "BaseResponseHealthCheckResponse",
|
90
|
-
}
|
91
|
-
response_data = await self.api_client.call_api(
|
92
|
-
*_param, _request_timeout=_request_timeout
|
93
|
-
)
|
94
|
-
await response_data.read()
|
95
|
-
return self.api_client.response_deserialize(
|
96
|
-
response_data=response_data,
|
97
|
-
response_types_map=_response_types_map,
|
98
|
-
).data
|
99
|
-
|
100
|
-
@validate_call
|
101
|
-
async def index_get_with_http_info(
|
102
|
-
self,
|
103
|
-
_request_timeout: Union[
|
104
|
-
None,
|
105
|
-
Annotated[StrictFloat, Field(gt=0)],
|
106
|
-
Tuple[
|
107
|
-
Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]
|
108
|
-
],
|
109
|
-
] = None,
|
110
|
-
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
111
|
-
_content_type: Optional[StrictStr] = None,
|
112
|
-
_headers: Optional[Dict[StrictStr, Any]] = None,
|
113
|
-
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
114
|
-
) -> ApiResponse[BaseResponseHealthCheckResponse]:
|
115
|
-
"""Index
|
116
|
-
|
117
|
-
Health check endpoint to verify if the API is running.
|
118
|
-
|
119
|
-
:param _request_timeout: timeout setting for this request. If one
|
120
|
-
number provided, it will be total request
|
121
|
-
timeout. It can also be a pair (tuple) of
|
122
|
-
(connection, read) timeouts.
|
123
|
-
:type _request_timeout: int, tuple(int, int), optional
|
124
|
-
:param _request_auth: set to override the auth_settings for an a single
|
125
|
-
request; this effectively ignores the
|
126
|
-
authentication in the spec for a single request.
|
127
|
-
:type _request_auth: dict, optional
|
128
|
-
:param _content_type: force content-type for the request.
|
129
|
-
:type _content_type: str, Optional
|
130
|
-
:param _headers: set to override the headers for a single
|
131
|
-
request; this effectively ignores the headers
|
132
|
-
in the spec for a single request.
|
133
|
-
:type _headers: dict, optional
|
134
|
-
:param _host_index: set to override the host_index for a single
|
135
|
-
request; this effectively ignores the host_index
|
136
|
-
in the spec for a single request.
|
137
|
-
:type _host_index: int, optional
|
138
|
-
:return: Returns the result object.
|
139
|
-
""" # noqa: E501
|
140
|
-
|
141
|
-
_param = self._index_get_serialize(
|
142
|
-
_request_auth=_request_auth,
|
143
|
-
_content_type=_content_type,
|
144
|
-
_headers=_headers,
|
145
|
-
_host_index=_host_index,
|
146
|
-
)
|
147
|
-
|
148
|
-
_response_types_map: Dict[str, Optional[str]] = {
|
149
|
-
"200": "BaseResponseHealthCheckResponse",
|
150
|
-
}
|
151
|
-
response_data = await self.api_client.call_api(
|
152
|
-
*_param, _request_timeout=_request_timeout
|
153
|
-
)
|
154
|
-
await response_data.read()
|
155
|
-
return self.api_client.response_deserialize(
|
156
|
-
response_data=response_data,
|
157
|
-
response_types_map=_response_types_map,
|
158
|
-
)
|
159
|
-
|
160
|
-
@validate_call
|
161
|
-
async def index_get_without_preload_content(
|
162
|
-
self,
|
163
|
-
_request_timeout: Union[
|
164
|
-
None,
|
165
|
-
Annotated[StrictFloat, Field(gt=0)],
|
166
|
-
Tuple[
|
167
|
-
Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]
|
168
|
-
],
|
169
|
-
] = None,
|
170
|
-
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
171
|
-
_content_type: Optional[StrictStr] = None,
|
172
|
-
_headers: Optional[Dict[StrictStr, Any]] = None,
|
173
|
-
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
174
|
-
) -> RESTResponseType:
|
175
|
-
"""Index
|
176
|
-
|
177
|
-
Health check endpoint to verify if the API is running.
|
178
|
-
|
179
|
-
:param _request_timeout: timeout setting for this request. If one
|
180
|
-
number provided, it will be total request
|
181
|
-
timeout. It can also be a pair (tuple) of
|
182
|
-
(connection, read) timeouts.
|
183
|
-
:type _request_timeout: int, tuple(int, int), optional
|
184
|
-
:param _request_auth: set to override the auth_settings for an a single
|
185
|
-
request; this effectively ignores the
|
186
|
-
authentication in the spec for a single request.
|
187
|
-
:type _request_auth: dict, optional
|
188
|
-
:param _content_type: force content-type for the request.
|
189
|
-
:type _content_type: str, Optional
|
190
|
-
:param _headers: set to override the headers for a single
|
191
|
-
request; this effectively ignores the headers
|
192
|
-
in the spec for a single request.
|
193
|
-
:type _headers: dict, optional
|
194
|
-
:param _host_index: set to override the host_index for a single
|
195
|
-
request; this effectively ignores the host_index
|
196
|
-
in the spec for a single request.
|
197
|
-
:type _host_index: int, optional
|
198
|
-
:return: Returns the result object.
|
199
|
-
""" # noqa: E501
|
200
|
-
|
201
|
-
_param = self._index_get_serialize(
|
202
|
-
_request_auth=_request_auth,
|
203
|
-
_content_type=_content_type,
|
204
|
-
_headers=_headers,
|
205
|
-
_host_index=_host_index,
|
206
|
-
)
|
207
|
-
|
208
|
-
_response_types_map: Dict[str, Optional[str]] = {
|
209
|
-
"200": "BaseResponseHealthCheckResponse",
|
210
|
-
}
|
211
|
-
response_data = await self.api_client.call_api(
|
212
|
-
*_param, _request_timeout=_request_timeout
|
213
|
-
)
|
214
|
-
return response_data.response
|
215
|
-
|
216
|
-
def _index_get_serialize(
|
217
|
-
self,
|
218
|
-
_request_auth,
|
219
|
-
_content_type,
|
220
|
-
_headers,
|
221
|
-
_host_index,
|
222
|
-
) -> RequestSerialized:
|
223
|
-
|
224
|
-
_host = None
|
225
|
-
|
226
|
-
_collection_formats: Dict[str, str] = {}
|
227
|
-
|
228
|
-
_path_params: Dict[str, str] = {}
|
229
|
-
_query_params: List[Tuple[str, str]] = []
|
230
|
-
_header_params: Dict[str, Optional[str]] = _headers or {}
|
231
|
-
_form_params: List[Tuple[str, str]] = []
|
232
|
-
_files: Dict[
|
233
|
-
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
234
|
-
] = {}
|
235
|
-
_body_params: Optional[bytes] = None
|
236
|
-
|
237
|
-
# process the path parameters
|
238
|
-
# process the query parameters
|
239
|
-
# process the header parameters
|
240
|
-
# process the form parameters
|
241
|
-
# process the body parameter
|
242
|
-
|
243
|
-
# set the HTTP header `Accept`
|
244
|
-
if "Accept" not in _header_params:
|
245
|
-
_header_params["Accept"] = self.api_client.select_header_accept(
|
246
|
-
["application/json"]
|
247
|
-
)
|
248
|
-
|
249
|
-
# authentication setting
|
250
|
-
_auth_settings: List[str] = []
|
251
|
-
|
252
|
-
return self.api_client.param_serialize(
|
253
|
-
method="GET",
|
254
|
-
resource_path="/",
|
255
|
-
path_params=_path_params,
|
256
|
-
query_params=_query_params,
|
257
|
-
header_params=_header_params,
|
258
|
-
body=_body_params,
|
259
|
-
post_params=_form_params,
|
260
|
-
files=_files,
|
261
|
-
auth_settings=_auth_settings,
|
262
|
-
collection_formats=_collection_formats,
|
263
|
-
_host=_host,
|
264
|
-
_request_auth=_request_auth,
|
265
|
-
)
|