Skip to content

Commit

Permalink
v1.20.1 release (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
2pd authored Dec 7, 2023
1 parent 57f782f commit d1b899f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 1.20.1 - 2023-12-07
- Minor updates

## 1.20.0 - 2023-11-23
### Added
- `GET /sapi/v1/capital/deposit/address/list`
Expand Down
18 changes: 13 additions & 5 deletions spot_api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21720,7 +21720,10 @@ paths:
tags:
- Auto-Invest
parameters:
- $ref: '#/components/parameters/targetAsset'
- name: targetAsset
in: query
schema:
type: string
- $ref: '#/components/parameters/size'
- $ref: '#/components/parameters/current'
- $ref: '#/components/parameters/recvWindow'
Expand Down Expand Up @@ -22043,6 +22046,7 @@ paths:
example: true
- name: details
in: query
required: true
schema:
type: array
items:
Expand Down Expand Up @@ -22406,7 +22410,7 @@ paths:
schema:
$ref: '#/components/schemas/error'
/sapi/v1/lending/auto-invest/plan/id:
post:
get:
summary: Query holding details of the plan
description: |-
Query holding details of the plan
Expand Down Expand Up @@ -22613,7 +22617,6 @@ paths:
format: int64
- name: planType
in: query
required: true
schema:
type: string
enum: [SINGLE, PORTFOLIO, INDEX, ALL]
Expand Down Expand Up @@ -23116,6 +23119,7 @@ paths:
- name: redemptionPercentage
in: query
description: user redeem percentage,10/20/100.
required: true
schema:
type: integer
example: 10
Expand Down Expand Up @@ -23152,7 +23156,7 @@ paths:
$ref: '#/components/schemas/error'
/sapi/v1/lending/auto-invest/redeem/history:
get:
summary: Index Linked Plan Redemption (USER_DATA)
summary: Index Linked Plan Redemption History (USER_DATA)
description: |-
Get the history of Index Linked Plan Redemption transactions

Expand All @@ -23173,7 +23177,11 @@ paths:
- $ref: '#/components/parameters/startTime'
- $ref: '#/components/parameters/endTime'
- $ref: '#/components/parameters/current'
- $ref: '#/components/parameters/asset'
- name: asset
in: query
schema:
type: string
example: "BTC"
- $ref: '#/components/parameters/size'
- $ref: '#/components/parameters/recvWindow'
- $ref: '#/components/parameters/timestamp'
Expand Down

0 comments on commit d1b899f

Please sign in to comment.