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

fix bigint order id problem #68

Open
singlesly opened this issue Feb 1, 2024 · 0 comments
Open

fix bigint order id problem #68

singlesly opened this issue Feb 1, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@singlesly
Copy link
Owner

Notice:in nodeJS when you converts original resp(string) to json, order id is a big-int in some response
            it may have big-int issue, will be transformed automatically
            for example:  order id: 172998235239792314304 -be transformed automatically to-->172998235239792314300
            if you find something wrong with order id like 'order not exist' or found the order id suffix with 00 or more 0, chould be the reason 
            then can print the original response like below to check the origianl order id 

https://bingx-api.github.io/docs/#/en-us/swapV2/trade-api.html#Trade%20order%20test

relates problem to nodejs

singlesly pushed a commit that referenced this issue Feb 1, 2024
singlesly added a commit that referenced this issue Feb 1, 2024
fix: parsing big int in json #68
@singlesly singlesly added the bug Something isn't working label Feb 1, 2024
singlesly pushed a commit that referenced this issue Feb 3, 2024
singlesly added a commit that referenced this issue Feb 3, 2024
feat: bingx-response logs error #68
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant