-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChange Log
21 lines (19 loc) · 1.29 KB
/
Change Log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Change Log
2023-08-26
Changes to Simple Earn endpoints:
GET /sapi/v1/simple-earn/flexible/history/subscriptionRecord: new fields in response: sourceAccount,amtFromSpot,amtFromFunding
GET /sapi/v1/simple-earn/locked/history/subscriptionRecord: new fields in response: sourceAccount,amtFromSpot,amtFromFunding
GET /sapi/v1/simple-earn/flexible/history/redemptionRecord: new fields in response destAccount
POST /sapi/v1/simple-earn/flexible/subscribe: new parameter sourceAccount
POST /sapi/v1/simple-earn/locked/subscribe: new parameter sourceAccount
POST /sapi/v1/simple-earn/flexible/redeem: new parameter destAccount
New endpoint for Crypto Loans:
POST /sapi/v1/loan/flexible/borrow: flexible Loan borrow
GET /sapi/v1/loan/flexible/ongoing/orders: get flexible loan ongoing orders
GET /sapi/v1/loan/flexible/borrow/history: Get flexible loan borrow history
POST /sapi/v1/loan/flexible/repay: flexible loan repay
POST /sapi/v1/loan/flexible/repay/history: Get flexible loan repayment history
POST /sapi/v1/loan/flexible/adjust/ltv: adjust flexible Loan adjust LTV
GET /sapi/v1/loan/flexible/ltv/adjustment/history: Get Flexible loan LTV adjustment history
GET /sapi/v1/loan/flexible/loanable/data:Get flexible loan assets data
GET /sapi/v1/loan/flexible/collateral/data: Get flexible loan collateral assets data