project-serum / serum-ts

Project Serum TypeScript monorepo
https://projectserum.com
Apache License 2.0
270 stars 245 forks source link

Placing market order? #206

Open Gsuz opened 2 years ago

Gsuz commented 2 years ago

How do I use the library to place a market order? Do I have to query the current price and place a limit order on the "best" price? and retry if it's no longer available once the order reaches the server?