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

Error: Not all sent parameters were read; read '6' parameter(s) but was sent '7'. while trying to open TRAILING STOP LOSS ORDER #612

Open
mandixx opened this issue Dec 3, 2022 · 0 comments

Comments

@mandixx
Copy link

mandixx commented Dec 3, 2022

Here is how to reproduce the error. I'm getting response
Error: Not all sent parameters were read; read '6' parameter(s) but was sent '7'.

const openTrailingStopResponse = await client.orderTest( {
    symbol: 'SNXUSDT',
    side: 'sell',
    quantity: '297.1',
    type: 'TRAILING_STOP_MARKET',
    callbackRate: '0.5'
  })
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

No branches or pull requests

1 participant