-
Notifications
You must be signed in to change notification settings - Fork 62
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
Does this work with Serum v3? #101
Comments
Yes, it does. |
I am having this error when trying to place a limit order on the SOL/USDC order book and am wondering why? The transaction goes through, (the quote wallet is created) however the order on the Solana explorer it fails with: I am wondering how I can fix this?
|
I also encountered this problem, could you give me a sample code?thanks |
For me this was because my max_quantity was zero. I believe it should be an integer in lamports, so 0.01 would get rounded to zero. Could be wrong, still trying to make it work. |
Does Pyserum work with Serum v3?
After following the test code for market.place_order() I am getting the error on the Solana Block Explorer:
The text was updated successfully, but these errors were encountered: