Skip to content

Commit

Permalink
v1.4.0 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
aisling11 authored Dec 14, 2021
1 parent 64f9388 commit a7f2360
Show file tree
Hide file tree
Showing 2 changed files with 904 additions and 107 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 1.4.0 - 2021-12-14

### Added
- New endpoint `GET /sapi/v1/convert/tradeFlow` to support user query convert trade history records
- New endpoint `GET /sapi/v1/rebate/taxQuery` to support user query spot rebate history records
- New endpoints for NFT:
- `GET /sapi/v1/nft/history/transactions` to get NFT transaction history
- `GET /sapi/v1/nft/history/deposit` to get NFT deposit history
- `GET /sapi/v1/nft/history/withdraw` to get NFT withdraw history
- `GET /sapi/v1/nft/user/getAsset` to get NFT asset
- New endpoints for Margin:
- `GET /sapi/v1/margin/crossMarginData` to get cross margin fee data collection
- `GET /sapi/v1/margin/isolatedMarginData` to get isolated margin fee data collection
- `GET /sapi/v1/margin/isolatedMarginTier` to get isolated margin tier data collection

## 1.3.0 - 2021-11-24

### Added
Expand Down Expand Up @@ -36,4 +51,4 @@
## 1.0.0 - 2021-09-11

### Added
- First release
- First release
Loading

0 comments on commit a7f2360

Please sign in to comment.