Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add quantityto trailing stop market new futures order #647

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

Djarrieta
Copy link
Contributor

The Binance API allows to send the quantity param and it is missing in the type.

@@ -624,7 +624,7 @@ declare module 'binance-api-node' {
}): Promise<AggregatedTrade[]>
futuresTrades(options: { symbol: string; limit?: number }): Promise<TradeResult[]>
futuresUserTrades(options: {
symbol: string
symbol?: string
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is the symbol really optional?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. While I am making my bot, and checking the docs I am making changes to my local node_modules folder and them, I am sharing this changes here.

My sugestions are proved with real money before share in PR's.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants