binance / binance-connector-dotnet

Lightweight connector for integration with Binance API
MIT License
207 stars 69 forks source link

1.5.0 changes #16

Closed tantialex closed 2 years ago

tantialex commented 2 years ago

New endpoint for Gift Card: GET /sapi/v1/giftcard/cryptography/rsa-public-key to fetch RSA public key.

Update endpoint for Gift Card: POST /sapi/v1/giftcard/redeemCode: new optional parameter externalUid. Each external unique ID represents a unique user on the partner platform. The function helps you to identify the redemption behavior of different users.

New endpoints for Staking: GET /sapi/v1/staking/productList to get Staking product list POST /sapi/v1/staking/purchase to stake product POST /sapi/v1/staking/redeem to redeem product GET /sapi/v1/staking/position to get Staking product holding position GET /sapi/v1/staking/stakingRecord to inquiry Staking history records POST /sapi/v1/staking/setAutoStaking to set Auto Staking function GET /sapi/v1/staking/personalLeftQuota to inquiry Staking left quota

New endpoint for Portfolio Margin: GET /sapi/v1/portfolio/account to support query portfolio margin account info

New endpoint for BSwap: GET /sapi/v1/bswap/removeLiquidityPreview to get remove liquidity preview

Fixes:

bnbot commented 2 years ago

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: 2pd, tantialex

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files: - **[OWNERS](https://github.com/binance/binance-connector-dotnet/blob/master/OWNERS)** Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment