Skip to content

Commit

Permalink
Merge pull request #479 from fireflies1988/feat/add-missing-props-to-…
Browse files Browse the repository at this point in the history
…SymbolExchangeInfo

feat(types/spot): add 'baseCommissionPrecision' and 'quoteCommissionPrecision' to SymbolExchangeInfo
  • Loading branch information
tiagosiebler authored Nov 13, 2024
2 parents 3b39b28 + a341a48 commit 9cbd38b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "binance",
"version": "2.13.13",
"version": "2.13.14",
"description": "Node.js & JavaScript SDK for Binance REST APIs & WebSockets, with TypeScript & end-to-end tests.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
2 changes: 2 additions & 0 deletions src/types/spot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,8 @@ export interface SymbolExchangeInfo {
quoteAsset: string;
quotePrecision: number;
quoteAssetPrecision: number;
baseCommissionPrecision: number;
quoteCommissionPrecision: number;
orderTypes: OrderType[];
icebergAllowed: boolean;
ocoAllowed: boolean;
Expand Down

0 comments on commit 9cbd38b

Please sign in to comment.