chore(v1.3.3): update version to 1.3.3, add getLowCapExchangeList endpoint, and deprecate certain fields in response types #89
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary of Updates
New Fields Added:
up_rate and down_rate to CurrencyPair model
funding_rate_limit to FuturesContract model
pid to FuturesPosition model
deal to SpotHistoricTradeRecord model
options_order_loss to UnifiedAccountInfo model
New Endpoint:
Added getLowCapExchangeList() method for retrieving low-liquidity/low-cap tokens
Header Update:Added X-Gate-Size-Decimal: 1 header to default headers in BaseRestClientEndpoint Description Updates:
Updated getFuturesAccount description to mention classic and unified accounts
Updated getFuturesPosition description for dual-position query clarification
Updated updateFuturesMargin description with risk limit rules note
Updated updateFuturesLeverage with position mode switching rules and examples
Updated updateSubAccountApiKey to note that mode cannot be modified
Updated getUnifiedAccountInfo with formula reference
Updated getSpotTradingHistory with detailed time range rules
Updated getOptionsAccount to indicate support for classic and unified accounts
Updated updateDualModePositionRiskLimit with risk limit rules reference
Model Field Updates:
Updated FuturesAccount and DeliveryAccount models with deprecation markers and descriptions
Updated FuturesPosition model with field descriptions
Updated OptionsAccount model with unified account limitations and new fields
Updated OptionsContract model with field descriptions and deprecations
Updated FuturesContract and FuturesDeliveryContract models with descriptions
Updated FuturesTicker and DeliveryTicker models (deprecated quanto_base_rate)
Updated FuturesTrade and DeliveryTrade models (deprecated is_internal)
Updated OptionsTrade model (deprecated is_internal)
Updated OptionsTicker model with leverage calculation note
Updated OptionsPositionsUnderlying and OptionsUserHistoryRecord with underlying_price description
Updated MarginUserAccount model with deprecation markers
Updated RiskLimitTier and RiskLimitTableTier models with maintenance_rate descriptions
Updated FuturesAutoDeleveragingHistoryRecord with leverage descriptions
Updated MarginUNILoan and MarginUNIInterestRecord with type field descriptions
Updated SpotFeeRates to specify fees are for spot trading
Updated UnifiedAccountInfo with cross_balance and iso_balance descriptions