Skip to content

Commit

Permalink
Add quoteAssetPrecision field to exchangeInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
kshalot committed Dec 8, 2020
1 parent e7d0cc7 commit 9c797ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rest-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,8 @@ NONE
"baseAsset": "ETH",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"quotePrecision": 8, // will be removed in future api versions (v4+)
"quoteAssetPrecision": 8,
"baseCommissionPrecision": 8,
"quoteCommissionPrecision": 8,
"orderTypes": [
Expand Down
1 change: 1 addition & 0 deletions rest-api_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ NONE
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"quoteAssetPrecision": 8,
"orderTypes": ["LIMIT", "MARKET"],
"icebergAllowed": false,
"filters": [{
Expand Down

0 comments on commit 9c797ad

Please sign in to comment.