compass_api_sdk 0.2.1__py3-none-any.whl → 0.3.1__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.

Potentially problematic release.


This version of compass_api_sdk might be problematic. Click here for more details.

Files changed (182) hide show
  1. {compass_api_sdk-0.2.1.dist-info → compass_api_sdk-0.3.1.dist-info}/METADATA +33 -33
  2. compass_api_sdk-0.3.1.dist-info/RECORD +180 -0
  3. {compass_api_sdk → compassapisdk}/_hooks/sdkhooks.py +1 -1
  4. {compass_api_sdk → compassapisdk}/_hooks/types.py +1 -1
  5. {compass_api_sdk → compassapisdk}/_version.py +3 -3
  6. {compass_api_sdk → compassapisdk}/aave_v3.py +27 -27
  7. {compass_api_sdk → compassapisdk}/aerodrome_slipstream.py +11 -11
  8. {compass_api_sdk → compassapisdk}/basesdk.py +3 -3
  9. {compass_api_sdk → compassapisdk}/errors/httpvalidationerror.py +3 -3
  10. {compass_api_sdk → compassapisdk}/httpclient.py +7 -37
  11. {compass_api_sdk → compassapisdk}/models/aave_historical_transactionsop.py +8 -2
  12. {compass_api_sdk → compassapisdk}/models/aave_liquidity_changeop.py +8 -12
  13. {compass_api_sdk → compassapisdk}/models/aave_rateop.py +4 -12
  14. {compass_api_sdk → compassapisdk}/models/aave_reserve_overviewop.py +4 -12
  15. {compass_api_sdk → compassapisdk}/models/aave_token_priceop.py +4 -12
  16. {compass_api_sdk → compassapisdk}/models/aave_user_position_per_tokenop.py +6 -12
  17. {compass_api_sdk → compassapisdk}/models/aave_user_position_summaryop.py +4 -2
  18. {compass_api_sdk → compassapisdk}/models/aaveborrowparams.py +1 -1
  19. {compass_api_sdk → compassapisdk}/models/aaveborrowrequest.py +1 -1
  20. {compass_api_sdk → compassapisdk}/models/aavehistoricaltransactionsresponse.py +2 -2
  21. {compass_api_sdk → compassapisdk}/models/aaveliquiditychangeresponse.py +1 -1
  22. {compass_api_sdk → compassapisdk}/models/aavelooprequest.py +1 -1
  23. {compass_api_sdk → compassapisdk}/models/aaverateresponse.py +1 -1
  24. {compass_api_sdk → compassapisdk}/models/aaverepayparams.py +1 -1
  25. {compass_api_sdk → compassapisdk}/models/aaverepayrequest.py +1 -1
  26. {compass_api_sdk → compassapisdk}/models/aavereserveoverviewresponse.py +1 -1
  27. {compass_api_sdk → compassapisdk}/models/aavesupplyparams.py +1 -1
  28. {compass_api_sdk → compassapisdk}/models/aavesupplyrequest.py +1 -1
  29. {compass_api_sdk → compassapisdk}/models/aavetokenpriceresponse.py +1 -1
  30. {compass_api_sdk → compassapisdk}/models/aaveuserpositionpertokenresponse.py +1 -1
  31. {compass_api_sdk → compassapisdk}/models/aaveuserpositionsummaryresponse.py +1 -1
  32. {compass_api_sdk → compassapisdk}/models/aavewithdrawparams.py +1 -1
  33. {compass_api_sdk → compassapisdk}/models/aavewithdrawrequest.py +1 -1
  34. {compass_api_sdk → compassapisdk}/models/aerodrome_slipstream_liquidity_provision_positionsop.py +4 -2
  35. {compass_api_sdk → compassapisdk}/models/aerodrome_slipstream_pool_priceop.py +8 -22
  36. {compass_api_sdk → compassapisdk}/models/aerodromelppositionsresponse.py +1 -1
  37. {compass_api_sdk → compassapisdk}/models/aerodromeposition.py +1 -1
  38. {compass_api_sdk → compassapisdk}/models/aerodromeslipstreambuyexactlyparams.py +1 -1
  39. {compass_api_sdk → compassapisdk}/models/aerodromeslipstreambuyexactlyrequest.py +1 -1
  40. {compass_api_sdk → compassapisdk}/models/aerodromeslipstreamincreaseliquidityprovisionparams.py +1 -1
  41. {compass_api_sdk → compassapisdk}/models/aerodromeslipstreamincreaseliquidityprovisionrequest.py +1 -1
  42. {compass_api_sdk → compassapisdk}/models/aerodromeslipstreammintliquidityprovisionparams.py +1 -1
  43. {compass_api_sdk → compassapisdk}/models/aerodromeslipstreammintliquidityprovisionrequest.py +1 -1
  44. {compass_api_sdk → compassapisdk}/models/aerodromeslipstreampoolpriceresponse.py +1 -1
  45. {compass_api_sdk → compassapisdk}/models/aerodromeslipstreamsellexactlyparams.py +1 -1
  46. {compass_api_sdk → compassapisdk}/models/aerodromeslipstreamsellexactlyrequest.py +1 -1
  47. {compass_api_sdk → compassapisdk}/models/aerodromeslipstreamwithdrawliquidityprovisionparams.py +1 -1
  48. {compass_api_sdk → compassapisdk}/models/aerodromeslipstreamwithdrawliquidityprovisionrequest.py +1 -1
  49. {compass_api_sdk → compassapisdk}/models/allowanceinforesponse.py +1 -1
  50. {compass_api_sdk → compassapisdk}/models/borrow.py +2 -2
  51. {compass_api_sdk → compassapisdk}/models/chaininfo.py +1 -1
  52. {compass_api_sdk → compassapisdk}/models/compass_api_backend_models_morpho_read_response_get_markets_asset.py +1 -1
  53. {compass_api_sdk → compassapisdk}/models/compass_api_backend_models_morpho_read_response_get_vaults_asset.py +1 -1
  54. {compass_api_sdk → compassapisdk}/models/ensnameinforesponse.py +1 -1
  55. {compass_api_sdk → compassapisdk}/models/generic_allowanceop.py +10 -12
  56. {compass_api_sdk → compassapisdk}/models/generic_ensop.py +4 -2
  57. {compass_api_sdk → compassapisdk}/models/generic_portfolioop.py +4 -2
  58. {compass_api_sdk → compassapisdk}/models/generic_supported_tokensop.py +2 -2
  59. {compass_api_sdk → compassapisdk}/models/generic_visualize_portfolioop.py +4 -2
  60. {compass_api_sdk → compassapisdk}/models/image.py +1 -1
  61. {compass_api_sdk → compassapisdk}/models/increaseallowanceanyparams.py +1 -1
  62. {compass_api_sdk → compassapisdk}/models/increaseallowanceparams.py +1 -1
  63. {compass_api_sdk → compassapisdk}/models/increaseallowancerequest.py +1 -1
  64. {compass_api_sdk → compassapisdk}/models/liquidationcall.py +2 -2
  65. {compass_api_sdk → compassapisdk}/models/marketstate.py +1 -1
  66. {compass_api_sdk → compassapisdk}/models/morpho_market_positionop.py +9 -6
  67. {compass_api_sdk → compassapisdk}/models/morpho_marketsop.py +20 -23
  68. {compass_api_sdk → compassapisdk}/models/morpho_vault_positionop.py +9 -6
  69. {compass_api_sdk → compassapisdk}/models/morpho_vaultsop.py +14 -19
  70. {compass_api_sdk → compassapisdk}/models/morphoborrowrequest.py +1 -1
  71. {compass_api_sdk → compassapisdk}/models/morphocheckmarketpositionresponse.py +1 -1
  72. {compass_api_sdk → compassapisdk}/models/morphocheckvaultpositionresponse.py +1 -1
  73. {compass_api_sdk → compassapisdk}/models/morphodepositrequest.py +1 -1
  74. {compass_api_sdk → compassapisdk}/models/morphogetmarketsresponse.py +1 -1
  75. {compass_api_sdk → compassapisdk}/models/morphogetvaultsresponse.py +1 -1
  76. {compass_api_sdk → compassapisdk}/models/morphomarket.py +1 -1
  77. {compass_api_sdk → compassapisdk}/models/morphorepayrequest.py +1 -1
  78. {compass_api_sdk → compassapisdk}/models/morphosetvaultallowancerequest.py +1 -1
  79. {compass_api_sdk → compassapisdk}/models/morphosupplycollateralrequest.py +1 -1
  80. {compass_api_sdk → compassapisdk}/models/morphovault.py +1 -1
  81. {compass_api_sdk → compassapisdk}/models/morphowithdrawcollateralrequest.py +1 -1
  82. {compass_api_sdk → compassapisdk}/models/morphowithdrawrequest.py +1 -1
  83. {compass_api_sdk → compassapisdk}/models/multicallaction.py +1 -1
  84. {compass_api_sdk → compassapisdk}/models/multicallauthorizationrequest.py +1 -1
  85. {compass_api_sdk → compassapisdk}/models/multicallauthorizationresponse.py +1 -1
  86. {compass_api_sdk → compassapisdk}/models/multicallexecuterequest.py +1 -1
  87. {compass_api_sdk → compassapisdk}/models/portfolio.py +1 -1
  88. {compass_api_sdk → compassapisdk}/models/redeemunderlying.py +1 -1
  89. {compass_api_sdk → compassapisdk}/models/repay.py +2 -2
  90. {compass_api_sdk → compassapisdk}/models/reserve.py +1 -1
  91. {compass_api_sdk → compassapisdk}/models/security.py +2 -2
  92. {compass_api_sdk → compassapisdk}/models/signedauthorization.py +1 -1
  93. {compass_api_sdk → compassapisdk}/models/sky_positionop.py +4 -2
  94. {compass_api_sdk → compassapisdk}/models/skybuyrequest.py +2 -2
  95. {compass_api_sdk → compassapisdk}/models/skycheckpositionresponse.py +1 -1
  96. {compass_api_sdk → compassapisdk}/models/skydepositrequest.py +2 -2
  97. {compass_api_sdk → compassapisdk}/models/skysellrequest.py +2 -2
  98. {compass_api_sdk → compassapisdk}/models/skywithdrawrequest.py +2 -2
  99. {compass_api_sdk → compassapisdk}/models/supply.py +2 -2
  100. {compass_api_sdk → compassapisdk}/models/swapborrowrate.py +2 -2
  101. {compass_api_sdk → compassapisdk}/models/token_addressop.py +4 -12
  102. {compass_api_sdk → compassapisdk}/models/token_balanceop.py +8 -2
  103. {compass_api_sdk → compassapisdk}/models/token_priceop.py +4 -12
  104. {compass_api_sdk → compassapisdk}/models/tokenaddressresponse.py +1 -1
  105. {compass_api_sdk → compassapisdk}/models/tokenbalance.py +1 -1
  106. {compass_api_sdk → compassapisdk}/models/tokenbalanceresponse.py +1 -1
  107. {compass_api_sdk → compassapisdk}/models/tokeninfo.py +1 -1
  108. {compass_api_sdk → compassapisdk}/models/tokenpriceresponse.py +1 -1
  109. {compass_api_sdk → compassapisdk}/models/tokentransfererc20params.py +1 -1
  110. {compass_api_sdk → compassapisdk}/models/tokentransferrequest.py +1 -1
  111. {compass_api_sdk → compassapisdk}/models/uniswap_liquidity_provision_in_rangeop.py +4 -2
  112. {compass_api_sdk → compassapisdk}/models/uniswap_liquidity_provision_positionsop.py +4 -2
  113. {compass_api_sdk → compassapisdk}/models/uniswap_pool_priceop.py +8 -30
  114. {compass_api_sdk → compassapisdk}/models/uniswap_quote_buy_exactlyop.py +12 -30
  115. {compass_api_sdk → compassapisdk}/models/uniswap_quote_sell_exactlyop.py +12 -30
  116. {compass_api_sdk → compassapisdk}/models/uniswapbuyexactlyparams.py +1 -1
  117. {compass_api_sdk → compassapisdk}/models/uniswapbuyexactlyrequest.py +1 -1
  118. {compass_api_sdk → compassapisdk}/models/uniswapbuyquoteinforesponse.py +1 -1
  119. {compass_api_sdk → compassapisdk}/models/uniswapcheckinrangeresponse.py +1 -1
  120. {compass_api_sdk → compassapisdk}/models/uniswapincreaseliquidityprovisionparams.py +1 -1
  121. {compass_api_sdk → compassapisdk}/models/uniswapincreaseliquidityprovisionrequest.py +1 -1
  122. {compass_api_sdk → compassapisdk}/models/uniswaplppositionsinforesponse.py +1 -1
  123. {compass_api_sdk → compassapisdk}/models/uniswapmintliquidityprovisionparams.py +1 -1
  124. {compass_api_sdk → compassapisdk}/models/uniswapmintliquidityprovisionrequest.py +1 -1
  125. {compass_api_sdk → compassapisdk}/models/uniswappoolpriceresponse.py +1 -1
  126. {compass_api_sdk → compassapisdk}/models/uniswappositionssolidityresponse.py +1 -1
  127. {compass_api_sdk → compassapisdk}/models/uniswapsellexactlyparams.py +1 -1
  128. {compass_api_sdk → compassapisdk}/models/uniswapsellexactlyrequest.py +1 -1
  129. {compass_api_sdk → compassapisdk}/models/uniswapsellquoteinforesponse.py +1 -1
  130. {compass_api_sdk → compassapisdk}/models/uniswapwithdrawliquidityprovisionparams.py +1 -1
  131. {compass_api_sdk → compassapisdk}/models/uniswapwithdrawliquidityprovisionrequest.py +1 -1
  132. {compass_api_sdk → compassapisdk}/models/unsignedmulticalltransaction.py +1 -1
  133. {compass_api_sdk → compassapisdk}/models/unsignedtransaction.py +1 -1
  134. {compass_api_sdk → compassapisdk}/models/unwrapwethparams.py +1 -1
  135. {compass_api_sdk → compassapisdk}/models/unwrapwethrequest.py +1 -1
  136. {compass_api_sdk → compassapisdk}/models/usageascollateral.py +2 -2
  137. {compass_api_sdk → compassapisdk}/models/validationerror.py +1 -1
  138. {compass_api_sdk → compassapisdk}/models/vaultstate.py +1 -1
  139. {compass_api_sdk → compassapisdk}/models/weeklyapys.py +1 -1
  140. {compass_api_sdk → compassapisdk}/models/wrapethparams.py +1 -1
  141. {compass_api_sdk → compassapisdk}/models/wrapethrequest.py +1 -1
  142. {compass_api_sdk → compassapisdk}/morpho.py +31 -47
  143. {compass_api_sdk → compassapisdk}/sdk.py +11 -11
  144. {compass_api_sdk → compassapisdk}/sdkconfiguration.py +2 -2
  145. {compass_api_sdk → compassapisdk}/sky.py +5 -5
  146. {compass_api_sdk → compassapisdk}/token_sdk.py +11 -11
  147. {compass_api_sdk → compassapisdk}/transaction_batching.py +3 -3
  148. {compass_api_sdk → compassapisdk}/uniswap_v3.py +29 -29
  149. {compass_api_sdk → compassapisdk}/universal.py +15 -15
  150. compass_api_sdk/_hooks/registration.py +0 -13
  151. compass_api_sdk-0.2.1.dist-info/RECORD +0 -181
  152. {compass_api_sdk-0.2.1.dist-info → compass_api_sdk-0.3.1.dist-info}/WHEEL +0 -0
  153. {compass_api_sdk → compassapisdk}/__init__.py +0 -0
  154. {compass_api_sdk → compassapisdk}/_hooks/__init__.py +0 -0
  155. {compass_api_sdk → compassapisdk}/errors/__init__.py +0 -0
  156. {compass_api_sdk → compassapisdk}/errors/apierror.py +0 -0
  157. {compass_api_sdk → compassapisdk}/models/__init__.py +0 -0
  158. {compass_api_sdk → compassapisdk}/models/chain.py +0 -0
  159. {compass_api_sdk → compassapisdk}/models/contractname.py +0 -0
  160. {compass_api_sdk → compassapisdk}/models/feeenum.py +0 -0
  161. {compass_api_sdk → compassapisdk}/models/interestratemode.py +0 -0
  162. {compass_api_sdk → compassapisdk}/models/multicallactiontype.py +0 -0
  163. {compass_api_sdk → compassapisdk}/models/token_enum.py +0 -0
  164. {compass_api_sdk → compassapisdk}/py.typed +0 -0
  165. {compass_api_sdk → compassapisdk}/types/__init__.py +0 -0
  166. {compass_api_sdk → compassapisdk}/types/basemodel.py +0 -0
  167. {compass_api_sdk → compassapisdk}/utils/__init__.py +0 -0
  168. {compass_api_sdk → compassapisdk}/utils/annotations.py +0 -0
  169. {compass_api_sdk → compassapisdk}/utils/datetimes.py +0 -0
  170. {compass_api_sdk → compassapisdk}/utils/enums.py +0 -0
  171. {compass_api_sdk → compassapisdk}/utils/eventstreaming.py +0 -0
  172. {compass_api_sdk → compassapisdk}/utils/forms.py +0 -0
  173. {compass_api_sdk → compassapisdk}/utils/headers.py +0 -0
  174. {compass_api_sdk → compassapisdk}/utils/logger.py +0 -0
  175. {compass_api_sdk → compassapisdk}/utils/metadata.py +0 -0
  176. {compass_api_sdk → compassapisdk}/utils/queryparams.py +0 -0
  177. {compass_api_sdk → compassapisdk}/utils/requestbodies.py +0 -0
  178. {compass_api_sdk → compassapisdk}/utils/retries.py +0 -0
  179. {compass_api_sdk → compassapisdk}/utils/security.py +0 -0
  180. {compass_api_sdk → compassapisdk}/utils/serializers.py +0 -0
  181. {compass_api_sdk → compassapisdk}/utils/url.py +0 -0
  182. {compass_api_sdk → compassapisdk}/utils/values.py +0 -0
@@ -5,17 +5,17 @@ from .httpclient import AsyncHttpClient, ClientOwner, HttpClient, close_clients
5
5
  from .sdkconfiguration import SDKConfiguration
6
6
  from .utils.logger import Logger, get_default_logger
7
7
  from .utils.retries import RetryConfig
8
- from compass_api_sdk import models, utils
9
- from compass_api_sdk._hooks import SDKHooks
10
- from compass_api_sdk.aave_v3 import AaveV3
11
- from compass_api_sdk.aerodrome_slipstream import AerodromeSlipstream
12
- from compass_api_sdk.morpho import Morpho
13
- from compass_api_sdk.sky import Sky
14
- from compass_api_sdk.token_sdk import TokenSDK
15
- from compass_api_sdk.transaction_batching import TransactionBatching
16
- from compass_api_sdk.types import OptionalNullable, UNSET
17
- from compass_api_sdk.uniswap_v3 import UniswapV3
18
- from compass_api_sdk.universal import Universal
8
+ from compassapisdk import models, utils
9
+ from compassapisdk._hooks import SDKHooks
10
+ from compassapisdk.aave_v3 import AaveV3
11
+ from compassapisdk.aerodrome_slipstream import AerodromeSlipstream
12
+ from compassapisdk.morpho import Morpho
13
+ from compassapisdk.sky import Sky
14
+ from compassapisdk.token_sdk import TokenSDK
15
+ from compassapisdk.transaction_batching import TransactionBatching
16
+ from compassapisdk.types import OptionalNullable, UNSET
17
+ from compassapisdk.uniswap_v3 import UniswapV3
18
+ from compassapisdk.universal import Universal
19
19
  import httpx
20
20
  from typing import Any, Callable, Dict, Optional, Union, cast
21
21
  import weakref
@@ -9,8 +9,8 @@ from ._version import (
9
9
  )
10
10
  from .httpclient import AsyncHttpClient, HttpClient
11
11
  from .utils import Logger, RetryConfig, remove_suffix
12
- from compass_api_sdk import models
13
- from compass_api_sdk.types import OptionalNullable, UNSET
12
+ from compassapisdk import models
13
+ from compassapisdk.types import OptionalNullable, UNSET
14
14
  from dataclasses import dataclass
15
15
  from pydantic import Field
16
16
  from typing import Callable, Dict, Optional, Tuple, Union
@@ -1,9 +1,9 @@
1
1
  """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
2
 
3
3
  from .basesdk import BaseSDK
4
- from compass_api_sdk import errors, models, utils
5
- from compass_api_sdk._hooks import HookContext
6
- from compass_api_sdk.types import OptionalNullable, UNSET
4
+ from compassapisdk import errors, models, utils
5
+ from compassapisdk._hooks import HookContext
6
+ from compassapisdk.types import OptionalNullable, UNSET
7
7
  from typing import Any, Mapping, Optional, Union
8
8
 
9
9
 
@@ -21,7 +21,7 @@ class Sky(BaseSDK):
21
21
 
22
22
  Check the USDS overall position.
23
23
 
24
- :param user_address:
24
+ :param user_address: The user address of the desired position.
25
25
  :param retries: Override the default retry configuration for this method
26
26
  :param server_url: Override the default server URL for this method
27
27
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -118,7 +118,7 @@ class Sky(BaseSDK):
118
118
 
119
119
  Check the USDS overall position.
120
120
 
121
- :param user_address:
121
+ :param user_address: The user address of the desired position.
122
122
  :param retries: Override the default retry configuration for this method
123
123
  :param server_url: Override the default server URL for this method
124
124
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -1,9 +1,9 @@
1
1
  """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
2
 
3
3
  from .basesdk import BaseSDK
4
- from compass_api_sdk import errors, models, utils
5
- from compass_api_sdk._hooks import HookContext
6
- from compass_api_sdk.types import OptionalNullable, UNSET
4
+ from compassapisdk import errors, models, utils
5
+ from compassapisdk._hooks import HookContext
6
+ from compassapisdk.types import OptionalNullable, UNSET
7
7
  from typing import Any, Mapping, Optional, Union
8
8
 
9
9
 
@@ -23,7 +23,7 @@ class TokenSDK(BaseSDK):
23
23
  This endpoint retrieves the address for a token supported by us.
24
24
 
25
25
  :param chain: The chain to use.
26
- :param token: A class representing the token. This class is used to represent the token in the system. Notice individual endpoints' documentation where per chain tokens are presented.
26
+ :param token: The token symbol to get the address for..
27
27
  :param retries: Override the default retry configuration for this method
28
28
  :param server_url: Override the default server URL for this method
29
29
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -123,7 +123,7 @@ class TokenSDK(BaseSDK):
123
123
  This endpoint retrieves the address for a token supported by us.
124
124
 
125
125
  :param chain: The chain to use.
126
- :param token: A class representing the token. This class is used to represent the token in the system. Notice individual endpoints' documentation where per chain tokens are presented.
126
+ :param token: The token symbol to get the address for..
127
127
  :param retries: Override the default retry configuration for this method
128
128
  :param server_url: Override the default server URL for this method
129
129
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -227,7 +227,7 @@ class TokenSDK(BaseSDK):
227
227
  with the update frequency of the oracle.
228
228
 
229
229
  :param chain: The chain to use.
230
- :param token: A class representing the token. This class is used to represent the token in the system. Notice individual endpoints' documentation where per chain tokens are presented.
230
+ :param token: The symbol of the token for which to get the price.
231
231
  :param retries: Override the default retry configuration for this method
232
232
  :param server_url: Override the default server URL for this method
233
233
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -331,7 +331,7 @@ class TokenSDK(BaseSDK):
331
331
  with the update frequency of the oracle.
332
332
 
333
333
  :param chain: The chain to use.
334
- :param token: A class representing the token. This class is used to represent the token in the system. Notice individual endpoints' documentation where per chain tokens are presented.
334
+ :param token: The symbol of the token for which to get the price.
335
335
  :param retries: Override the default retry configuration for this method
336
336
  :param server_url: Override the default server URL for this method
337
337
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -432,8 +432,8 @@ class TokenSDK(BaseSDK):
432
432
  Returns the balance of a specific ERC20 token for a given user address.
433
433
 
434
434
  :param chain: The chain to use.
435
- :param user:
436
- :param token:
435
+ :param user: The user to get the ERC20 balance of.
436
+ :param token: The symbol of the token for which the balance is checked..
437
437
  :param retries: Override the default retry configuration for this method
438
438
  :param server_url: Override the default server URL for this method
439
439
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -535,8 +535,8 @@ class TokenSDK(BaseSDK):
535
535
  Returns the balance of a specific ERC20 token for a given user address.
536
536
 
537
537
  :param chain: The chain to use.
538
- :param user:
539
- :param token:
538
+ :param user: The user to get the ERC20 balance of.
539
+ :param token: The symbol of the token for which the balance is checked..
540
540
  :param retries: Override the default retry configuration for this method
541
541
  :param server_url: Override the default server URL for this method
542
542
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -1,9 +1,9 @@
1
1
  """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
2
 
3
3
  from .basesdk import BaseSDK
4
- from compass_api_sdk import errors, models, utils
5
- from compass_api_sdk._hooks import HookContext
6
- from compass_api_sdk.types import OptionalNullable, UNSET
4
+ from compassapisdk import errors, models, utils
5
+ from compassapisdk._hooks import HookContext
6
+ from compassapisdk.types import OptionalNullable, UNSET
7
7
  from typing import Any, List, Mapping, Optional, Union
8
8
 
9
9
 
@@ -1,9 +1,9 @@
1
1
  """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
2
 
3
3
  from .basesdk import BaseSDK
4
- from compass_api_sdk import errors, models, utils
5
- from compass_api_sdk._hooks import HookContext
6
- from compass_api_sdk.types import OptionalNullable, UNSET
4
+ from compassapisdk import errors, models, utils
5
+ from compassapisdk._hooks import HookContext
6
+ from compassapisdk.types import OptionalNullable, UNSET
7
7
  from typing import Any, Mapping, Optional, Union
8
8
 
9
9
 
@@ -33,10 +33,10 @@ class UniswapV3(BaseSDK):
33
33
  into account the current pool state and the specified fee tier.
34
34
 
35
35
  :param chain: The chain to use.
36
- :param token_in: A class representing the token. This class is used to represent the token in the system. Notice individual endpoints' documentation where per chain tokens are presented.
37
- :param token_out: A class representing the token. This class is used to represent the token in the system. Notice individual endpoints' documentation where per chain tokens are presented.
38
- :param fee: The transaction fee of a Uniswap pool in bips. Uniswap supports 4 different fee levels.
39
- :param amount_out:
36
+ :param token_in: The symbol of the token to swap from.
37
+ :param token_out: The symbol of the token to swap to.
38
+ :param fee: The fee to pay for the swap
39
+ :param amount_out: The amount of the token to swap to
40
40
  :param retries: Override the default retry configuration for this method
41
41
  :param server_url: Override the default server URL for this method
42
42
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -151,10 +151,10 @@ class UniswapV3(BaseSDK):
151
151
  into account the current pool state and the specified fee tier.
152
152
 
153
153
  :param chain: The chain to use.
154
- :param token_in: A class representing the token. This class is used to represent the token in the system. Notice individual endpoints' documentation where per chain tokens are presented.
155
- :param token_out: A class representing the token. This class is used to represent the token in the system. Notice individual endpoints' documentation where per chain tokens are presented.
156
- :param fee: The transaction fee of a Uniswap pool in bips. Uniswap supports 4 different fee levels.
157
- :param amount_out:
154
+ :param token_in: The symbol of the token to swap from.
155
+ :param token_out: The symbol of the token to swap to.
156
+ :param fee: The fee to pay for the swap
157
+ :param amount_out: The amount of the token to swap to
158
158
  :param retries: Override the default retry configuration for this method
159
159
  :param server_url: Override the default server URL for this method
160
160
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -269,10 +269,10 @@ class UniswapV3(BaseSDK):
269
269
  into account the current pool state and the specified fee tier.
270
270
 
271
271
  :param chain: The chain to use.
272
- :param token_in: A class representing the token. This class is used to represent the token in the system. Notice individual endpoints' documentation where per chain tokens are presented.
273
- :param token_out: A class representing the token. This class is used to represent the token in the system. Notice individual endpoints' documentation where per chain tokens are presented.
274
- :param fee: The transaction fee of a Uniswap pool in bips. Uniswap supports 4 different fee levels.
275
- :param amount_in:
272
+ :param token_in: The symbol of the token to swap from.
273
+ :param token_out: The symbol of the token to swap to.
274
+ :param fee: The fee to pay for the swap
275
+ :param amount_in: The amount of the token to swap from
276
276
  :param retries: Override the default retry configuration for this method
277
277
  :param server_url: Override the default server URL for this method
278
278
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -387,10 +387,10 @@ class UniswapV3(BaseSDK):
387
387
  into account the current pool state and the specified fee tier.
388
388
 
389
389
  :param chain: The chain to use.
390
- :param token_in: A class representing the token. This class is used to represent the token in the system. Notice individual endpoints' documentation where per chain tokens are presented.
391
- :param token_out: A class representing the token. This class is used to represent the token in the system. Notice individual endpoints' documentation where per chain tokens are presented.
392
- :param fee: The transaction fee of a Uniswap pool in bips. Uniswap supports 4 different fee levels.
393
- :param amount_in:
390
+ :param token_in: The symbol of the token to swap from.
391
+ :param token_out: The symbol of the token to swap to.
392
+ :param fee: The fee to pay for the swap
393
+ :param amount_in: The amount of the token to swap from
394
394
  :param retries: Override the default retry configuration for this method
395
395
  :param server_url: Override the default server URL for this method
396
396
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -499,9 +499,9 @@ class UniswapV3(BaseSDK):
499
499
  The price is calculated based on the current pool state and the specified fee tier.
500
500
 
501
501
  :param chain: The chain to use.
502
- :param token_in: A class representing the token. This class is used to represent the token in the system. Notice individual endpoints' documentation where per chain tokens are presented.
503
- :param token_out: A class representing the token. This class is used to represent the token in the system. Notice individual endpoints' documentation where per chain tokens are presented.
504
- :param fee: The transaction fee of a Uniswap pool in bips. Uniswap supports 4 different fee levels.
502
+ :param token_in: The symbol of a token in the pool
503
+ :param token_out: The symbol of a token in the pool
504
+ :param fee: The fee of the pool
505
505
  :param retries: Override the default retry configuration for this method
506
506
  :param server_url: Override the default server URL for this method
507
507
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -607,9 +607,9 @@ class UniswapV3(BaseSDK):
607
607
  The price is calculated based on the current pool state and the specified fee tier.
608
608
 
609
609
  :param chain: The chain to use.
610
- :param token_in: A class representing the token. This class is used to represent the token in the system. Notice individual endpoints' documentation where per chain tokens are presented.
611
- :param token_out: A class representing the token. This class is used to represent the token in the system. Notice individual endpoints' documentation where per chain tokens are presented.
612
- :param fee: The transaction fee of a Uniswap pool in bips. Uniswap supports 4 different fee levels.
610
+ :param token_in: The symbol of a token in the pool
611
+ :param token_out: The symbol of a token in the pool
612
+ :param fee: The fee of the pool
613
613
  :param retries: Override the default retry configuration for this method
614
614
  :param server_url: Override the default server URL for this method
615
615
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -718,7 +718,7 @@ class UniswapV3(BaseSDK):
718
718
  and earning trading fees.
719
719
 
720
720
  :param chain: The chain to use.
721
- :param token_id:
721
+ :param token_id: Token ID of the NFT representing the liquidity provisioned position.
722
722
  :param retries: Override the default retry configuration for this method
723
723
  :param server_url: Override the default server URL for this method
724
724
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -827,7 +827,7 @@ class UniswapV3(BaseSDK):
827
827
  and earning trading fees.
828
828
 
829
829
  :param chain: The chain to use.
830
- :param token_id:
830
+ :param token_id: Token ID of the NFT representing the liquidity provisioned position.
831
831
  :param retries: Override the default retry configuration for this method
832
832
  :param server_url: Override the default server URL for this method
833
833
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -935,7 +935,7 @@ class UniswapV3(BaseSDK):
935
935
  activities effectively.
936
936
 
937
937
  :param chain: The chain to use.
938
- :param user:
938
+ :param user: The user to get positions for.
939
939
  :param retries: Override the default retry configuration for this method
940
940
  :param server_url: Override the default server URL for this method
941
941
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -1043,7 +1043,7 @@ class UniswapV3(BaseSDK):
1043
1043
  activities effectively.
1044
1044
 
1045
1045
  :param chain: The chain to use.
1046
- :param user:
1046
+ :param user: The user to get positions for.
1047
1047
  :param retries: Override the default retry configuration for this method
1048
1048
  :param server_url: Override the default server URL for this method
1049
1049
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -1,9 +1,9 @@
1
1
  """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
2
 
3
3
  from .basesdk import BaseSDK
4
- from compass_api_sdk import errors, models, utils
5
- from compass_api_sdk._hooks import HookContext
6
- from compass_api_sdk.types import OptionalNullable, UNSET
4
+ from compassapisdk import errors, models, utils
5
+ from compassapisdk._hooks import HookContext
6
+ from compassapisdk.types import OptionalNullable, UNSET
7
7
  from typing import Any, Mapping, Optional, Union
8
8
 
9
9
 
@@ -26,7 +26,7 @@ class Universal(BaseSDK):
26
26
  balances, including their respective values and quantities.
27
27
 
28
28
  :param chain: The chain to use.
29
- :param user:
29
+ :param user: The user to get portfolio for.
30
30
  :param retries: Override the default retry configuration for this method
31
31
  :param server_url: Override the default server URL for this method
32
32
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -129,7 +129,7 @@ class Universal(BaseSDK):
129
129
  balances, including their respective values and quantities.
130
130
 
131
131
  :param chain: The chain to use.
132
- :param user:
132
+ :param user: The user to get portfolio for.
133
133
  :param retries: Override the default retry configuration for this method
134
134
  :param server_url: Override the default server URL for this method
135
135
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -233,7 +233,7 @@ class Universal(BaseSDK):
233
233
  USD.
234
234
 
235
235
  :param chain: The chain to use.
236
- :param user:
236
+ :param user: The user to get portfolio for.
237
237
  :param retries: Override the default retry configuration for this method
238
238
  :param server_url: Override the default server URL for this method
239
239
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -337,7 +337,7 @@ class Universal(BaseSDK):
337
337
  USD.
338
338
 
339
339
  :param chain: The chain to use.
340
- :param user:
340
+ :param user: The user to get portfolio for.
341
341
  :param retries: Override the default retry configuration for this method
342
342
  :param server_url: Override the default server URL for this method
343
343
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -639,9 +639,9 @@ class Universal(BaseSDK):
639
639
  the user's tokens securely and efficiently.
640
640
 
641
641
  :param chain: The chain to use.
642
- :param token: A class representing the token. This class is used to represent the token in the system. Notice individual endpoints' documentation where per chain tokens are presented.
643
- :param contract_name:
644
- :param user:
642
+ :param token: The symbol of the token for which the allowance is checked..
643
+ :param contract_name: The name of the contract to check allowance for.
644
+ :param user: The user to get the ERC20 allowance of.
645
645
  :param retries: Override the default retry configuration for this method
646
646
  :param server_url: Override the default server URL for this method
647
647
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -751,9 +751,9 @@ class Universal(BaseSDK):
751
751
  the user's tokens securely and efficiently.
752
752
 
753
753
  :param chain: The chain to use.
754
- :param token: A class representing the token. This class is used to represent the token in the system. Notice individual endpoints' documentation where per chain tokens are presented.
755
- :param contract_name:
756
- :param user:
754
+ :param token: The symbol of the token for which the allowance is checked..
755
+ :param contract_name: The name of the contract to check allowance for.
756
+ :param user: The user to get the ERC20 allowance of.
757
757
  :param retries: Override the default retry configuration for this method
758
758
  :param server_url: Override the default server URL for this method
759
759
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -858,7 +858,7 @@ class Universal(BaseSDK):
858
858
  query the actual ethereum wallet address behind the ENS name.
859
859
 
860
860
  :param chain: The chain to use.
861
- :param ens_name:
861
+ :param ens_name: The ENS name to resolve.
862
862
  :param retries: Override the default retry configuration for this method
863
863
  :param server_url: Override the default server URL for this method
864
864
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -961,7 +961,7 @@ class Universal(BaseSDK):
961
961
  query the actual ethereum wallet address behind the ENS name.
962
962
 
963
963
  :param chain: The chain to use.
964
- :param ens_name:
964
+ :param ens_name: The ENS name to resolve.
965
965
  :param retries: Override the default retry configuration for this method
966
966
  :param server_url: Override the default server URL for this method
967
967
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -1,13 +0,0 @@
1
- from .types import Hooks
2
-
3
-
4
- # This file is only ever generated once on the first generation and then is free to be modified.
5
- # Any hooks you wish to add should be registered in the init_hooks function. Feel free to define them
6
- # in this file or in separate files in the hooks folder.
7
-
8
-
9
- def init_hooks(hooks: Hooks):
10
- # pylint: disable=unused-argument
11
- """Add hooks by calling hooks.register{sdk_init/before_request/after_success/after_error}Hook
12
- with an instance of a hook that implements that specific Hook interface
13
- Hooks are registered per SDK instance, and are valid for the lifetime of the SDK instance"""
@@ -1,181 +0,0 @@
1
- compass_api_sdk/__init__.py,sha256=w2u919V3Tzv4zEPQ-OYJ79gQ_4_SyW7GOFFoHtqXDFA,401
2
- compass_api_sdk/_hooks/__init__.py,sha256=p5J13DeYuISQyQWirjJAObHIf2VtIlOtFqnIpvjjVwk,118
3
- compass_api_sdk/_hooks/registration.py,sha256=1QZB41w6If7I9dXiOSQx6dhSc6BPWrnI5Q5bMOr4iVA,624
4
- compass_api_sdk/_hooks/sdkhooks.py,sha256=eVxHB2Q_JG6zZx5xn74i208ij-fpTHqq2jod6fbghRQ,2503
5
- compass_api_sdk/_hooks/types.py,sha256=VC7TZz0BiM721MghXneEovG3UkaktRkt1OhMY3iLmZM,2818
6
- compass_api_sdk/_version.py,sha256=N8dsYq8a1M4kYDWmFaLuBwtWpxbHlHO-77czuALryfk,472
7
- compass_api_sdk/aave_v3.py,sha256=JoHxEHy1c9ofvvCzTxp6S7qNz51_eW9clpVfMQI1xSo,107332
8
- compass_api_sdk/aerodrome_slipstream.py,sha256=iZLOFguQiZD8eMNIxV_4h8JSr9P-V4gISxNCXisVYN8,83389
9
- compass_api_sdk/basesdk.py,sha256=29RfgnfgQq_cRx8OHdQEdJuJ2DrgRZlzGIPC-_6-2bM,12136
10
- compass_api_sdk/errors/__init__.py,sha256=f8nyj2IhW5h_xtEeg6cfKgByLkqowLv0Fxm0hUofQPs,257
11
- compass_api_sdk/errors/apierror.py,sha256=9mTyJSyvUAOnSfW_1HWt9dGl8IDlpQ68DebwYsDNdug,528
12
- compass_api_sdk/errors/httpvalidationerror.py,sha256=KBdpK3fYQoeMB-3m9dLKiMYimFN7B9VLma6YqMKX5k0,671
13
- compass_api_sdk/httpclient.py,sha256=xAUX3nxG-fwYAE9lfv9uaspYKMFRJf5NM79mV2HKb1I,5486
14
- compass_api_sdk/models/__init__.py,sha256=I7a0PurKVgZ_qd0ufkhIqnvaFoGxp0Ay3OpRuxMrbgU,45426
15
- compass_api_sdk/models/aave_historical_transactionsop.py,sha256=ruwlHogJUn6HGWtoRNwEmoA6kXdu8rbDrxzJo-e9UmA,1461
16
- compass_api_sdk/models/aave_liquidity_changeop.py,sha256=tR_nsySpTiXHxIreoDJ-Bk07wZgTLGLM05oWxsfpbrM,2801
17
- compass_api_sdk/models/aave_rateop.py,sha256=kJgtnlxry6YRxLZvCNV4kKhHOT2Y5duKt-ADyh2NrNg,2405
18
- compass_api_sdk/models/aave_reserve_overviewop.py,sha256=9Lfch89ugS8mXZKTQ-YBJqVxRkCHx_UFNlKgTHwTDvo,2515
19
- compass_api_sdk/models/aave_token_priceop.py,sha256=RsaN0gHPtm8o5fdE_1T_ZZjvXADapfZR8YLjEGE_1VA,2465
20
- compass_api_sdk/models/aave_user_position_per_tokenop.py,sha256=MF_eaxTQkK4sC7ONiVHOcb0PJJBnrAh1j1_XredC3aU,2735
21
- compass_api_sdk/models/aave_user_position_summaryop.py,sha256=IreTBDQ92L3CVsTQD_Bc50yt6m5ZM2yuUEYMFhrFkJQ,1060
22
- compass_api_sdk/models/aaveborrowparams.py,sha256=7zEf7JdDcnYaU6p6ShzOG25HgRJZoX_B5hQPPDVCu0I,2870
23
- compass_api_sdk/models/aaveborrowrequest.py,sha256=pVu6tIgYojyv2mF0_adDX1LM2uvMaUI8j6It2oCV4Q0,3129
24
- compass_api_sdk/models/aavehistoricaltransactionsresponse.py,sha256=G9yw8V7UHQL9m8mJZgHSqhvdymo5mJbJoIKtbtRSzlg,2504
25
- compass_api_sdk/models/aaveliquiditychangeresponse.py,sha256=G_fjNFMMAViJVXUejTdqNDyNrv-BieQDDpT6iwtwCwg,811
26
- compass_api_sdk/models/aavelooprequest.py,sha256=OsW1Sv7WjhRvb4_TSSB5ofArK52vM6eIdMFBAzOM9V8,2801
27
- compass_api_sdk/models/aaverateresponse.py,sha256=7Ra_FKYbGrm7ZqzNi8-1T0v2xDAGyZf6Iw5Juh1bXBI,1156
28
- compass_api_sdk/models/aaverepayparams.py,sha256=ZQLgjGCZUK20dZ7UgrT3j4c6jn2Sq41M15riWbYh-ss,2858
29
- compass_api_sdk/models/aaverepayrequest.py,sha256=ZIvYL0pamDkJDJjCRrLZ5Q6e2vQp-wptob9wGCAQS0g,3117
30
- compass_api_sdk/models/aavereserveoverviewresponse.py,sha256=PaGkkZK3alCnkd4ss2-LR4dKGzKX0P8Fkj_cz3U61ko,1213
31
- compass_api_sdk/models/aavesupplyparams.py,sha256=0ZntRNtspIaXs09S1ckA8jL3xKbBL-SApMZNkuE76Ks,2564
32
- compass_api_sdk/models/aavesupplyrequest.py,sha256=KyQ995EhhSTAkA7OWKftzyzaQ3cJviBg-RzlR8AnTCA,2823
33
- compass_api_sdk/models/aavetokenpriceresponse.py,sha256=LZTNIuSn_PHY5Im9e6ZF9CWnFM6O01kHBwHjTiQypqI,401
34
- compass_api_sdk/models/aaveuserpositionpertokenresponse.py,sha256=XfFYVzO3Ep9wHD96kddmtwF2_DivpYsMgVVg9Fub5ew,2839
35
- compass_api_sdk/models/aaveuserpositionsummaryresponse.py,sha256=_m2f4XkNQnaftbJOwdCsacPByGNDlz83gg0oPjuUbKQ,1656
36
- compass_api_sdk/models/aavewithdrawparams.py,sha256=vvkC67hmflh4I_sm5oj4JFcqhjJVo5mMX1a7dq4gTFs,1420
37
- compass_api_sdk/models/aavewithdrawrequest.py,sha256=gl9qAknwFkrHB6HwecaZrjV4z92Kk4Uh1XZkQTMYH8o,1685
38
- compass_api_sdk/models/aerodrome_slipstream_liquidity_provision_positionsop.py,sha256=4at6KH--Cw5G6QasipHEuBBbNdPSaO4PCaVS22Krujw,1267
39
- compass_api_sdk/models/aerodrome_slipstream_pool_priceop.py,sha256=6n7rv1pcMve_3chQvgLT1vBKeimp-XPNK7-mCfv9Dwc,4578
40
- compass_api_sdk/models/aerodromelppositionsresponse.py,sha256=FpFiz78711CsO1r3lLo-YaPldHL6UTVruNxhWlXkhOY,861
41
- compass_api_sdk/models/aerodromeposition.py,sha256=I-SHEmis8d5lGu37mauJPomjQKJs4_lvgtCYER5Fn3o,1695
42
- compass_api_sdk/models/aerodromeslipstreambuyexactlyparams.py,sha256=ylpVCckGjwfTHQFG5msi6avuYcYN6XePLAQLLpoSZ3I,2815
43
- compass_api_sdk/models/aerodromeslipstreambuyexactlyrequest.py,sha256=fjIMtPl1bJ_RwzjkYoosKPvP_TtiCXrnfTG1DSi71Lo,3074
44
- compass_api_sdk/models/aerodromeslipstreamincreaseliquidityprovisionparams.py,sha256=qOJLwV1Y270Lm9F0cwdD3_5QeTdiBBi6QyQ8y1_kV1Y,4221
45
- compass_api_sdk/models/aerodromeslipstreamincreaseliquidityprovisionrequest.py,sha256=PY_Ytd4QHJDtOtv9X80j2OEQ3rH5AWDOyO-oFTG1xFM,4064
46
- compass_api_sdk/models/aerodromeslipstreammintliquidityprovisionparams.py,sha256=ZswUCEx_9yg5HdqJlm2_KPtC6U72Pk8GVxcDRdMoJ00,6172
47
- compass_api_sdk/models/aerodromeslipstreammintliquidityprovisionrequest.py,sha256=uUqKJvZ0DxLO4ZPUoerjtRG7tFvA4GbO9s7rIwQm12k,6443
48
- compass_api_sdk/models/aerodromeslipstreampoolpriceresponse.py,sha256=E9AX67cv7ms7aanngbb0bhGJcV4YzsAMegVLhbRFkkk,2160
49
- compass_api_sdk/models/aerodromeslipstreamsellexactlyparams.py,sha256=_SXemwKeWhtAzZHpEA1XNPQpTb_V6O_Q9eKxeYfeElE,2972
50
- compass_api_sdk/models/aerodromeslipstreamsellexactlyrequest.py,sha256=PO94biGABjm6lkTQQk-Kx436fi89-zOncK7ekoanB2U,3231
51
- compass_api_sdk/models/aerodromeslipstreamwithdrawliquidityprovisionparams.py,sha256=DQKPJCyd66mFq6irFqMh7wvAQyF_HniRxoASPmmsvcQ,2265
52
- compass_api_sdk/models/aerodromeslipstreamwithdrawliquidityprovisionrequest.py,sha256=DXbQqFH6qRyrnqQ61y8O7regkqgu_kqY0yY1AamZXTs,1738
53
- compass_api_sdk/models/allowanceinforesponse.py,sha256=OIvJVxMrRNBay8DIeqlwGBFQ1fbaGVWlaGsOZpo40fY,1393
54
- compass_api_sdk/models/borrow.py,sha256=YQxBejrFjAvfjrYC7kmQRsQL2q6bb6MZxLzFuVHZEFg,2140
55
- compass_api_sdk/models/chain.py,sha256=TzxP0Ujy0L-o3__gggsKeJIWMaflQTNnNSEaXBnSlGU,304
56
- compass_api_sdk/models/chaininfo.py,sha256=XUUk-Nfz8-S9uOD4d9QVm_gsRIEXyIgeBGCS3dcFTmc,1406
57
- compass_api_sdk/models/compass_api_backend_models_morpho_read_response_get_markets_asset.py,sha256=pMWAh-oYo4YBmeVpoh2XoPn8PmFWSrvRH0Gg7sPT8xQ,488
58
- compass_api_sdk/models/compass_api_backend_models_morpho_read_response_get_vaults_asset.py,sha256=zlxZwigsUocOnYo2Q43JLDSiFL6w26r-jaqcy4Ds2NU,562
59
- compass_api_sdk/models/contractname.py,sha256=DJHzH2A2fydQrhrQIg9JzrNY7r7BfH_qwZfV6bpbNe4,1395
60
- compass_api_sdk/models/ensnameinforesponse.py,sha256=p7y3TYD3lApa8hzHTCKDUEmSpmH2QmJAHG7wzef9rLk,626
61
- compass_api_sdk/models/feeenum.py,sha256=TIYaeNWCG9KFGV7CZeXHvZ_4tmlqdlk-Pcg04pc7ynM,363
62
- compass_api_sdk/models/generic_allowanceop.py,sha256=HR27-wtDo83LxkoGkyNLSgna4zAsdNnGRx7n90QamcY,3559
63
- compass_api_sdk/models/generic_ensop.py,sha256=FEEi68FvMWRuqPYmeHTXX3xBsUCa7xmKcp9BmAl_PwI,1032
64
- compass_api_sdk/models/generic_portfolioop.py,sha256=GltK6k_AKjMwl94KPfYxq_mHIwGeZhYqdkTipU3_L7w,1091
65
- compass_api_sdk/models/generic_supported_tokensop.py,sha256=5ZNzAxmcnaxpGqAn2AoIqdGx0LDF4EnU102mVOXxlO4,884
66
- compass_api_sdk/models/generic_visualize_portfolioop.py,sha256=hqClgePpITpCa9-2vRQ-Gy3-Jtu2WtVjHkgrhWXnOGw,1145
67
- compass_api_sdk/models/image.py,sha256=-qB_S9WX6YZYVKVqTdnB79f57zjrO2G-hYwBxp-KJDQ,355
68
- compass_api_sdk/models/increaseallowanceanyparams.py,sha256=-gkNR5_GEuwSg97toDSXqo22lofi-8wVJGK6ymwIUt4,1851
69
- compass_api_sdk/models/increaseallowanceparams.py,sha256=NSwwJkLSgBGbstNKB3xGIb5TiMMCFA3qKiFYn_HAAOE,2428
70
- compass_api_sdk/models/increaseallowancerequest.py,sha256=TxqyUxnXrFmQfBYFcQBziYbUhjObB6gkpuqW6fHyeIE,2684
71
- compass_api_sdk/models/interestratemode.py,sha256=OmOKBSJD0y9O9LuA0rajVkvxiEuU-xiQAuoiHYFmp5s,341
72
- compass_api_sdk/models/liquidationcall.py,sha256=-HEwFMuiD2p8x04VQHlnYqlOdvhr0jXrZ6ksmxlffUw,2019
73
- compass_api_sdk/models/marketstate.py,sha256=0fOSCqc8H0A4qGRBIOT7HtVG7XPVkgk9HRz6EfV-gCU,965
74
- compass_api_sdk/models/morpho_market_positionop.py,sha256=OHO3bJyMc8JXRt0dbdL9VVytWEhqYtrWqjIQzsnOlTs,1212
75
- compass_api_sdk/models/morpho_marketsop.py,sha256=dMpe1pTg6NmcCyhOaCrikevKQ3F-Xs4DjLRKnXHgbHg,2241
76
- compass_api_sdk/models/morpho_vault_positionop.py,sha256=CY2qoaXO4WJ9_B_DlSkTuHcTy4RboA6hTEEYcd14MS8,1174
77
- compass_api_sdk/models/morpho_vaultsop.py,sha256=foXoiAbJLq3_yGQt6k8c5uIMeO-eLbM9O5BG-_bjE54,2002
78
- compass_api_sdk/models/morphoborrowrequest.py,sha256=K1BvgURcKQS-JHzymDoKtU-AH8UJVSYOFCR9FfzXzp0,3083
79
- compass_api_sdk/models/morphocheckmarketpositionresponse.py,sha256=Dp_q2q0sDKFTnv1ETp6pp-7TaII8oeZ_hQWtGcGbfHA,1665
80
- compass_api_sdk/models/morphocheckvaultpositionresponse.py,sha256=a4F-IH0I7A90tk-UYYqzU74LKk7s6nH9tDa-TM7xTyQ,604
81
- compass_api_sdk/models/morphodepositrequest.py,sha256=CP1x0F-_wkLxZqan2zsoKy2XptvPZAduxSrI9cWsseY,2798
82
- compass_api_sdk/models/morphogetmarketsresponse.py,sha256=Tz4syoRzijBGd4eB8Ly0zg6ozwqfeUI4dyTex9Tkr0w,548
83
- compass_api_sdk/models/morphogetvaultsresponse.py,sha256=b5LuGh9anPCWX8GJb6N0SQGoXRTNBWheSTewZD_jrrM,537
84
- compass_api_sdk/models/morphomarket.py,sha256=mopmr634ZnV8seyE98rmmMqHOIqHy-h2e9xB1iWiZV4,2573
85
- compass_api_sdk/models/morphorepayrequest.py,sha256=s-nvi4C0bAErOi3BtbH3LnQVmiEuq83qVeyBEcZMtOg,2958
86
- compass_api_sdk/models/morphosetvaultallowancerequest.py,sha256=4Rn3U_N8fnYivJPByyNwR243mbn_0sK3b4lR-KoXnOk,1511
87
- compass_api_sdk/models/morphosupplycollateralrequest.py,sha256=0uOaBvtVKeDbbX7MemRNybdXCzQRPOYpg7VZ7YSzA20,3317
88
- compass_api_sdk/models/morphovault.py,sha256=hlBsWy_9G7dtwBooeSEVhz-OVTjyzl1SSqarqRq1ph8,1337
89
- compass_api_sdk/models/morphowithdrawcollateralrequest.py,sha256=AXjtL47SbwhjoT2WtYy0V94sUAwRLDw-czAPg2ePidA,3245
90
- compass_api_sdk/models/morphowithdrawrequest.py,sha256=hV8recUvGxYTTpWT3FyCLYefeWYIibIFtfIu_IAvtE4,2413
91
- compass_api_sdk/models/multicallaction.py,sha256=l3HyRN2OIiBWGSVexXZCdce8IOvdbwisUwydvoP3UeM,4559
92
- compass_api_sdk/models/multicallactiontype.py,sha256=8vkak6f6uslIgD8DG8UnynCI9GhU69sIxk6Fm9pLT-4,1168
93
- compass_api_sdk/models/multicallauthorizationrequest.py,sha256=h5-2acLlhV9assgIIHyVIgTak1IJathqa-viS-PkvMA,1155
94
- compass_api_sdk/models/multicallauthorizationresponse.py,sha256=3jjdz9Mz-tKjhBzZbVaJW51no58HSqcxfHJwuZsgnhg,914
95
- compass_api_sdk/models/multicallexecuterequest.py,sha256=ST9BeTeptLKi6UO7lWH4-mYiYuG7t5scF1CLnb4Sbd0,1105
96
- compass_api_sdk/models/portfolio.py,sha256=Ey2gbh7ZqSWIMmfLrflpZS7QzvCR8QMp5bHx6-BMEp4,687
97
- compass_api_sdk/models/redeemunderlying.py,sha256=YK6I29RAeIgE4gfxyjgoUiktxqFAnJfvNv4qz1QvmTU,1282
98
- compass_api_sdk/models/repay.py,sha256=dCDDG9BvJOnT-OgEs013t7l5xG0r-5M_BUxal4cfU0I,1482
99
- compass_api_sdk/models/reserve.py,sha256=AScfYjYx6PYkgxF2zTr-BrzsGx8ZQl3SV27bZ_xGNro,2217
100
- compass_api_sdk/models/security.py,sha256=BasQuckaYjsfuGyucbeYAKSDcEuhcvoNT8ZkUsi48Sk,635
101
- compass_api_sdk/models/signedauthorization.py,sha256=UT7Zozfqm8DQ66RAdYPm44vEhBJUGf4SZtdvDzz1nc0,1459
102
- compass_api_sdk/models/sky_positionop.py,sha256=nncJwlRVZLACGUwP2qWh07NTvmsE_6TcFBdG57dHJoQ,1020
103
- compass_api_sdk/models/skybuyrequest.py,sha256=1pJs9JqVMxo3UVezOpczzqx0OH_XQ61xmkkj346R0ow,1788
104
- compass_api_sdk/models/skycheckpositionresponse.py,sha256=7SBappsIXvdaNCwxbMb-woDxG8LXU-h4CMYBBTNii2k,568
105
- compass_api_sdk/models/skydepositrequest.py,sha256=P8GJ4yrCUerSpMxouOn26QviMmiJKUq2aCRD2UGIj4Y,2761
106
- compass_api_sdk/models/skysellrequest.py,sha256=n00jeeVVGiYbuL3_fkZctWstIzhTWHmS-DaNwLy_aZI,1808
107
- compass_api_sdk/models/skywithdrawrequest.py,sha256=yTmxcLNQFnXocXubBhHkNi9CSQL8o7ZQuOseNvt9oOA,2453
108
- compass_api_sdk/models/supply.py,sha256=uH7dvmTkDtSU9btasJNbdFmesF2AdJc-Yoxusz7rYf8,1554
109
- compass_api_sdk/models/swapborrowrate.py,sha256=RhZtLKwlDEMiHLdkvD3_URREdcBBbaFk95NN2QZug5g,1744
110
- compass_api_sdk/models/token_addressop.py,sha256=MtHBJ5qQvsqrFzRldlExImMqLGMgbdQyCKvZgl1HL00,2445
111
- compass_api_sdk/models/token_balanceop.py,sha256=3XpBsA5uKnysAULwxl8bf3J2x7Ryhm8cvf9gfpBtKMk,1423
112
- compass_api_sdk/models/token_enum.py,sha256=klu_nFSPn35oWFaduBEjRQm5WjkNOpZztRVj0FucuK4,1166
113
- compass_api_sdk/models/token_priceop.py,sha256=BJwlaN0E9DTgyxccHq21rDkB37qPgxmusP7Fw0ERRRU,2425
114
- compass_api_sdk/models/tokenaddressresponse.py,sha256=alnjhUzaC_oBUWl1iyoSTh3La_I49CT5YyrPNN0ukmk,399
115
- compass_api_sdk/models/tokenbalance.py,sha256=CSWkgveVq_AeWI8fJQoh5JzTstKzgpNBQFjkom89X6c,1376
116
- compass_api_sdk/models/tokenbalanceresponse.py,sha256=CvSBOatB-SsFtkXkfYsOplcJyN0AhmP1PailafwloPs,1193
117
- compass_api_sdk/models/tokeninfo.py,sha256=XJxb3m5dS8sRBGCpHS128VemtSU4q09EXOEwaA6mc2o,483
118
- compass_api_sdk/models/tokenpriceresponse.py,sha256=L6dly2O1aO-_PifQ346-19qK_9RAQ_tYJufJN_yUbM4,383
119
- compass_api_sdk/models/tokentransfererc20params.py,sha256=rE2S8Bo6q3xFz51Vgp4BPyvm27u-Y0f4a2oRT1WUvSA,1500
120
- compass_api_sdk/models/tokentransferrequest.py,sha256=-H9OsIcHbdynmrsKrMgMytauHtF2e2uHv6DgHBh83g0,1788
121
- compass_api_sdk/models/uniswap_liquidity_provision_in_rangeop.py,sha256=pwx3e96ylk-HtXPWuNcQAIQiJ4LjVJe1wkon1VuL_uU,1085
122
- compass_api_sdk/models/uniswap_liquidity_provision_positionsop.py,sha256=nJ3qe3vut4C-a63G_AHtx3lIo08vrD7gvqbZMnCDa68,1199
123
- compass_api_sdk/models/uniswap_pool_priceop.py,sha256=n_G0ws0sbdccAFSt5ks96kySFQT_q82SobEss7ES-2Y,4871
124
- compass_api_sdk/models/uniswap_quote_buy_exactlyop.py,sha256=abGdO6h4PkfUlN2KF_t-jkgDitFmmtt-7iez_PDCgnY,5466
125
- compass_api_sdk/models/uniswap_quote_sell_exactlyop.py,sha256=hEXFoobY7Zwe36VA118bUoLm0MlvjE3SN2L4mHHKr98,5482
126
- compass_api_sdk/models/uniswapbuyexactlyparams.py,sha256=mjEX5PCDnQWvs3pXknjlIAYs76kAFD4YB4b-ad2sYAM,2530
127
- compass_api_sdk/models/uniswapbuyexactlyrequest.py,sha256=YdVrjNgdC-WZpaDdrPxxjnZGFo8oGHaImWCV2TgSZIk,2921
128
- compass_api_sdk/models/uniswapbuyquoteinforesponse.py,sha256=9vhkblgXbV_2wrAMZXv2iswxl7TxzlUMrMNLTUvCeeI,734
129
- compass_api_sdk/models/uniswapcheckinrangeresponse.py,sha256=UoDUtm0AjXLnuPfL1odBsmrh6Z19EniwUTlUKTe5N7w,581
130
- compass_api_sdk/models/uniswapincreaseliquidityprovisionparams.py,sha256=loKiJj_6KQPz4cF_NK2amskD0fKhK5yF2rXo-rG0wlw,3373
131
- compass_api_sdk/models/uniswapincreaseliquidityprovisionrequest.py,sha256=GCMqgmbELsVpnuZu0QfehojtQuNoNKbALZnhqI6ahm0,3802
132
- compass_api_sdk/models/uniswaplppositionsinforesponse.py,sha256=Q7RV5Tjb2KVLeEfqwnjJWn_SA-poFV47K3JCGmX53yk,853
133
- compass_api_sdk/models/uniswapmintliquidityprovisionparams.py,sha256=A40qoldoanZkMaLv37sjXGwRaS8d1iRDgCrSxKkVjLE,5831
134
- compass_api_sdk/models/uniswapmintliquidityprovisionrequest.py,sha256=CO8pAYQSAYGcMBpVcFtXQdfRvPNxp1iLZ94GhkGjq1s,6236
135
- compass_api_sdk/models/uniswappoolpriceresponse.py,sha256=lIR_8sOq4K8SOTfZpZiOpHZ0nXggYZAC6Zpu5wpi8ok,2068
136
- compass_api_sdk/models/uniswappositionssolidityresponse.py,sha256=5lwNJqhRf3d1zExRYeaO0A8uOaWVtFB0Cvth5eSLWOc,832
137
- compass_api_sdk/models/uniswapsellexactlyparams.py,sha256=_DCgzPCc2S9AiXqJMucTXh7krtnD09v_CkJ-gtNigYo,2686
138
- compass_api_sdk/models/uniswapsellexactlyrequest.py,sha256=VFuEBIstCmu1ZxXwwmk1pt7BeLhcm6yWp4a0JHwL_Fc,2939
139
- compass_api_sdk/models/uniswapsellquoteinforesponse.py,sha256=Eyf9p6RUu5HBgeutCzbYketAesTEUcAHDC6-_NCq68A,734
140
- compass_api_sdk/models/uniswapwithdrawliquidityprovisionparams.py,sha256=nWo8DFiItBpOlyV8NDWxgQO2AAQN5bxrYNTyTZU19Zw,2116
141
- compass_api_sdk/models/uniswapwithdrawliquidityprovisionrequest.py,sha256=nDwnjK6RRrDdpl_-py128YLNM_FdmD8UX1Ozk_OVYWQ,1653
142
- compass_api_sdk/models/unsignedmulticalltransaction.py,sha256=Tc1-HidPiy8oY4A7qUsm6CkRZo2xlxw_jJkKkGAhj1U,2047
143
- compass_api_sdk/models/unsignedtransaction.py,sha256=DHPEOKI-xgmu7tLiVxsv4JJp93krKMjNOqn0dBYkVbw,1623
144
- compass_api_sdk/models/unwrapwethparams.py,sha256=nBbf-Z2z8-yYPWuNqpESpxRsssJ1PPu4jLRZ2iwBGfk,884
145
- compass_api_sdk/models/unwrapwethrequest.py,sha256=LaeHJHs6YZ24HLfUunvybNsLJ9uiQ-v_meEk_VyQo4Y,1137
146
- compass_api_sdk/models/usageascollateral.py,sha256=hHBgh83BO9WA6u-9xzTvBlPOLoiYV1N21G6vDeo_b30,1561
147
- compass_api_sdk/models/validationerror.py,sha256=01WnpU7Tgin0B_poO97_hl6b5CNJ_9VGzpcmoeJs4GU,532
148
- compass_api_sdk/models/vaultstate.py,sha256=tQ_aXZR6a6e8erj12hloto7kY79IVSgzmHNCBU-Ps-g,696
149
- compass_api_sdk/models/weeklyapys.py,sha256=AaGjDD4NeGsZQBwdRW1G09Pmx17pLPe2oUA9M21jQgY,675
150
- compass_api_sdk/models/wrapethparams.py,sha256=eMIOqxDM3hCwMJiJsMdnO6ZsMXg1K-_E3S5OIi8XGEI,824
151
- compass_api_sdk/models/wrapethrequest.py,sha256=aJBhcooob-etvReQEjNdC8HOUQ7oUNkOPYr6A4a3BFE,1077
152
- compass_api_sdk/morpho.py,sha256=3pRwKrPZ0018BBTOU86zjXgHbmsUO0nAljRoOTlbnN0,107274
153
- compass_api_sdk/py.typed,sha256=zrp19r0G21lr2yRiMC0f8MFkQFGj9wMpSbboePMg8KM,59
154
- compass_api_sdk/sdk.py,sha256=ivTdGJ_eI9K0k5ZuJWPhhCiHwZ0vHB-VgyiILFTjEeA,6101
155
- compass_api_sdk/sdkconfiguration.py,sha256=K-B67o2xftk7Rh5z59xBL0TcCn_XhX0Yh_JePPegvvU,1764
156
- compass_api_sdk/sky.py,sha256=rjtLEHGEFqd4bIkXAUmcut_JlsQqUjH1LDfZ63PqGk8,43557
157
- compass_api_sdk/token_sdk.py,sha256=dRB0-HHsHma1Q9O6gKuBSaTGIVd9LBCqE5opq7F2RZE,34562
158
- compass_api_sdk/transaction_batching.py,sha256=5Zh0cg0P9-iLCxuXRgaS9dlAc1ZL5EpDQf8PFT-Kzt4,31371
159
- compass_api_sdk/types/__init__.py,sha256=RArOwSgeeTIva6h-4ttjXwMUeCkz10nAFBL9D-QljI4,377
160
- compass_api_sdk/types/basemodel.py,sha256=L79WXvTECbSqaJzs8D3ud_KdIWkU7Cx2wbohDAktE9E,1127
161
- compass_api_sdk/uniswap_v3.py,sha256=sknDJ_PniUa1dya_giaxFGwUvTMZTFwy-aNshHasuok,109985
162
- compass_api_sdk/universal.py,sha256=FiylakhHQi0_yEatvNLO1tLywkdViQYAd8FF8Us6yh8,70047
163
- compass_api_sdk/utils/__init__.py,sha256=srwCxQa-o7LVSIbziUI2u9_LMEEvJNBU0I14OEQUOpA,2441
164
- compass_api_sdk/utils/annotations.py,sha256=aR7mZG34FzgRdew7WZPYEu9QGBerpuKxCF4sek5Z_5Y,1699
165
- compass_api_sdk/utils/datetimes.py,sha256=oppAA5e3V35pQov1-FNLKxAaNF1_XWi-bQtyjjql3H8,855
166
- compass_api_sdk/utils/enums.py,sha256=REU6ydF8gsVL3xaeGX4sMNyiL3q5P9h29-f6Sa6luAE,2633
167
- compass_api_sdk/utils/eventstreaming.py,sha256=LtcrfJYw4nP2Oe4Wl0-cEURLzRGYReRGWNFY5wYECIE,6186
168
- compass_api_sdk/utils/forms.py,sha256=YSSijXrsM2nfrRHlPQejh1uRRKfoILomHL3d9xpJiy8,6058
169
- compass_api_sdk/utils/headers.py,sha256=cPxWSmUILrefTGDzTH1Hdj7_Hlsj-EY6K5Tyc4iH4dk,3663
170
- compass_api_sdk/utils/logger.py,sha256=9nUtlKHo3RFsIVyMw5jq3wEKZMVwHnZMSc6xLp-otC0,520
171
- compass_api_sdk/utils/metadata.py,sha256=Per2KFXXOqOtoUWXrlIfjrSrBg199KrRW0nKQDgHIBU,3136
172
- compass_api_sdk/utils/queryparams.py,sha256=MTK6inMS1_WwjmMJEJmAn67tSHHJyarpdGRlorRHEtI,5899
173
- compass_api_sdk/utils/requestbodies.py,sha256=ySjEyjcLi731LNUahWvLOrES2HihuA8VrOJx4eQ7Qzg,2101
174
- compass_api_sdk/utils/retries.py,sha256=6yhfZifqIat9i76xF0lTR2jLj1IN9BNGyqqxATlEFPU,6348
175
- compass_api_sdk/utils/security.py,sha256=ktep3HKwbFs-MLxUYTM8Jd4v-ZBum5_Z0u1PFIdYBX0,5516
176
- compass_api_sdk/utils/serializers.py,sha256=hiHBXM1AY8_N2Z_rvFfNSYwvLBkSQlPGFp8poasdU4s,5986
177
- compass_api_sdk/utils/url.py,sha256=BgGPgcTA6MRK4bF8fjP2dUopN3NzEzxWMXPBVg8NQUA,5254
178
- compass_api_sdk/utils/values.py,sha256=CcaCXEa3xHhkUDROyXZocN8f0bdITftv9Y0P9lTf0YM,3517
179
- compass_api_sdk-0.2.1.dist-info/METADATA,sha256=pvaKpc0w7cldxuOfWiqyEBQhSWPdf-V8QOdGo1KW7rA,24778
180
- compass_api_sdk-0.2.1.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
181
- compass_api_sdk-0.2.1.dist-info/RECORD,,
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes