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 v3.7.0 #315

Merged
merged 7 commits into from
May 3, 2024
Merged

Release v3.7.0 #315

merged 7 commits into from
May 3, 2024

Conversation

alplabin
Copy link
Contributor

@alplabin alplabin commented May 3, 2024

Added

  • Convert

    • POST /sapi/v1/convert/limit/placeOrder
    • POST /sapi/v1/convert/limit/cancelOrder
    • GET /sapi/v1/convert/limit/queryOpenOrders
  • Margin

    • GET /sapi/v1/margin/available-inventory
    • POST /sapi/v1/margin/manual-liquidation
    • GET /sapi/v1/margin/leverageBracket
  • Market

    • GET /api/v3/ticker/tradingDay
  • Trade

    • GET /api/v3/myAllocations
    • GET /api/v3/account/commission
  • Wallet

    • GET /sapi/v1/capital/deposit/address/list
    • GET /sapi/v1/spot/delist-schedule

Updated

  • POST /sapi/v1/asset/dust-btc add parameter accountType
  • POST /sapi/v1/asset/dust add parameter accountType
  • GET /sapi/v1/asset/dribblet add parameter accountType
  • POST /sapi/v1/margin/order/oco: New enumerate value AUTO_BORROW_REPAY for the field of sideEffectType
  • POST /sapi/v1/margin/order: New enumerate value AUTO_BORROW_REPAY for the field of sideEffectType
  • Update documentation
  • Add new handle exception in websocket read_data

Removed

  • Bswap

    • GET /sapi/v1/bswap/pools
    • GET /sapi/v1/bswap/liquidity
    • POST /sapi/v1/bswap/liquidityAdd
    • POST /sapi/v1/bswap/liquidityRemove
    • GET /sapi/v1/bswap/liquidityOps
    • GET /sapi/v1/bswap/quote
    • POST /sapi/v1/bswap/swap
    • GET /sapi/v1/bswap/swap
    • GET /sapi/v1/bswap/poolConfigure
    • GET /sapi/v1/bswap/addLiquidityPreview
    • GET /sapi/v1/bswap/removeLiquidityPreview
    • GET /sapi/v1/bswap/unclaimedRewards
    • POST /sapi/v1/bswap/claimRewards
    • GET /sapi/v1/bswap/claimedHistory
  • Loan

    • POST /sapi/v1/loan/flexible/borrow
    • GET /sapi/v1/loan/flexible/ongoing/orders
    • GET /sapi/v1/loan/flexible/borrow/history
    • POST /sapi/v1/loan/flexible/repay
    • GET /sapi/v1/loan/flexible/repay/history
    • POST /sapi/v1/loan/flexible/adjust/ltv
    • GET /sapi/v1/loan/flexible/ltv/adjustment/history
    • GET /sapi/v1/loan/flexible/loanable/data
    • GET /sapi/v1/loan/flexible/collateral/data
  • Staking

    • GET /sapi/v1/staking/productList
    • POST /sapi/v1/staking/purchase
    • POST /sapi/v1/staking/redeem
    • GET /sapi/v1/staking/position
    • GET /sapi/v1/staking/stakingRecord
    • POST /sapi/v1/staking/setAutoStaking
    • GET /sapi/v1/staking/personalLeftQuota

byildiz and others added 7 commits November 4, 2023 15:46
* In the 'exchangeInfo' payload construction, the 'params' field was missing, which is required if symbol (or symbols) is given.

* Fixes: #305
websocket_api: exchange_info: Add missing 'params' field to payload
Give user an opportunity to handle exceptions occuring in websocket read_data
@alplabin alplabin requested a review from tantialex-b May 3, 2024 04:17
@alplabin alplabin merged commit 190a9a8 into master May 3, 2024
5 checks passed
@alplabin alplabin deleted the rc-v3.7.0 branch July 4, 2024 06:15
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.

None yet

4 participants