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 v1.7.0 #24

Merged
merged 1 commit into from
Dec 5, 2024
Merged

Release v1.7.0 #24

merged 1 commit into from
Dec 5, 2024

Conversation

alplabin
Copy link
Contributor

@alplabin alplabin commented Dec 5, 2024

Added

  • Convert endpoints:

    • GET /sapi/v1/convert/exchangeInfo
    • GET /sapi/v1/convert/assetInfo
    • POST /sapi/v1/convert/getQuote
    • POST /sapi/v1/convert/acceptQuote
    • GET /sapi/v1/convert/orderStatus
    • POST /sapi/v1/convert/limit/placeOrder
    • POST /sapi/v1/convert/limit/cancelOrder
    • POST /sapi/v1/convert/limit/queryOpenOrders
  • Loan endpoints:

    • GET /sapi/v2/loan/flexible/collateral/data
    • GET /sapi/v2/loan/flexible/loanable/data
    • POST /sapi/v2/loan/flexible/borrow
    • POST /sapi/v2/loan/flexible/repay
    • POST /sapi/v2/loan/flexible/adjust/ltv
    • GET /sapi/v2/loan/flexible/ltv/adjustment/history
    • GET /sapi/v2/loan/flexible/borrow/history
    • GET /sapi/v2/loan/flexible/ongoing/orders
    • GET /sapi/v2/loan/flexible/repay/history
    • GET /sapi/v1/loan/borrow/history
    • GET /sapi/v1/loan/ltv/adjustment/history
    • GET /sapi/v1/loan/repay/history
  • Margin endpoints:

    • POST /sapi/v1/margin/borrow-repay
    • GET /sapi/v1/margin/borrow-repay
    • GET /sapi/v1/margin/available-inventory
    • GET /sapi/v1/margin/leverageBracket
    • POST /sapi/v1/margin/manual-liquidation
  • Market endpoints:

    • GET /api/v3/ticker/tradingDay
    • GET /api/v3/uiKlines
  • Simple Earn endpoints:

    • POST /sapi/v1/simple-earn/locked/setRedeemOption
  • Sub Account endpoints:

    • GET /sapi/v4/sub-account/assets
    • POST /sapi/v1/sub-account/eoptions/enable
    • GET /sapi/v1/managed-subaccount/marginAsset
    • GET /sapi/v1/sub-account/transaction-statistics
    • GET /sapi/v1/managed-subaccount/fetch-future-asset
    • GET /sapi/v1/managed-subaccount/queryTransLogForTradeParent
    • GET /sapi/v1/managed-subaccount/query-trans-log
    • GET /sapi/v1/managed-subaccount/queryTransLogForInvestor
    • GET /sapi/v1/managed-subaccount/info
  • Trade endpoint:

    • GET /api/v3/myPreventedMatches
    • GET /api/v3/myAllocations
    • GET /api/v3/account/commission
  • Wallet endpoints:

    • GET /sapi/v1/spot/delist-schedule
    • GET /sapi/v1/capital/deposit/address/list
    • POST /sapi/v1/capital/deposit/credit-apply
    • GET /sapi/v1/asset/wallet/balance
    • POST /sapi/v1/asset/dust-btc
    • GET /sapi/v1/asset/ledger-transfer/cloud-mining/queryByPage
    • GET /sapi/v1/asset/custody/transfer-history
    • GET /sapi/v1/account/info
  • Websocket:

    • <symbol>@avgPrice

Changed

  • Added new parameter redeemTo to endpoint POST /sapi/v1/simple-earn/locked/subscribe
  • Added new parameter timeZone to endpoint GET /api/v3/klines
  • Added new parameters orderRateLimitExceededMode, strategyId, strategyType, selfTradePreventionMode and cancelRestrictions to endpoint POST /api/v3/order/cancelReplace
  • Added new parameters showPermissionSets and symbolStatus to endpoint GET /api/v3/exchangeInfo
  • Replaced endpoint POST /api/v3/order/oco by POST /api/v3/orderList/oco

@alplabin alplabin requested a review from tantialex-b December 5, 2024 01:44
@alplabin alplabin merged commit 1621b2e into master Dec 5, 2024
4 checks passed
@alplabin alplabin deleted the rc-1.7.0 branch December 5, 2024 06:11
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.

2 participants