Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.8.0 #51

Merged
merged 10 commits into from
Nov 20, 2024
Merged

Release v0.8.0 #51

merged 10 commits into from
Nov 20, 2024

Conversation

alplabin
Copy link
Contributor

Added

  • Added Wallet Endpoints:

    • GET /sapi/v1/account/info - Fetch account info detail
    • GET /sapi/v1/asset/custody/transfer-history - Query user delegation history
    • GET /sapi/v1/asset/wallet/balance - Query user wallet balance
    • GET /sapi/v1/capital/deposit/address/list - Fetch deposit address list with network
    • GET /sapi/v1/spot/delist-schedule - Query spot delist schedule
  • Added Margin Endpoints:

    • GET /sapi/v1/margin/available-inventory
    • GET /sapi/v1/margin/capital-flow
    • GET /sapi/v1/margin/leverageBracket
    • POST /sapi/v1/margin/manual-liquidation
    • POST /sapi/v1/margin/max-leverage
    • POST /sapi/v1/margin/order/oto
    • POST /sapi/v1/margin/order/otoco

Fixed

  • Fixed TestConnectivityResponse.RateLimits type - updated to array
  • Fixed NewTickerPriceService.Do unmarshaling issue
  • Fixed SystemStatusResponse type
  • Fixed variable named CumulativeQuoteQty to CummulativeQuoteQty
  • Fixed SubAccountTransferHistoryService response type
  • Fixed field Fills type in CancelReplaceResponse

Updated

  • Added the parameters symbol, symbols, permissions , showPermissionSets and symbolStatus to endpoint GET /api/v3/exchangeInfo
  • Added parameter accountType to endpoint POST /sapi/v1/asset/dust-btc
  • Added response fields Created, CollateralMarginLevel, TotalCollateralValueInUSDT, TransferInEnabled, TransferOutEnabled and AccountType to endpoint GET /sapi/v1/margin/account
  • Added response fields EnableFixApiTrade, EnableFixReadOnly and EnablePortfolioMarginTrading to endpoint GET /sapi/v1/account/apiRestrictions
  • Updated SymbolInfo and SymbolFilter types
  • Removed response field resetAddressStatus and added fields contractAddressUrl and contractAddress from endpoint GET /sapi/v1/capital/config/getall

Removed

  • Removed Wallet endpoints:
    • GET /sapi/v1/capital/contract/convertible-coins
    • POST /sapi/v1/asset/convert-transfer

@alplabin alplabin merged commit fc4f372 into main Nov 20, 2024
2 checks passed
@alplabin alplabin deleted the rc-v0.8.0 branch November 21, 2024 01:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants