POST /trigger/v1/createOrder endpoint builds a transaction for a new limit order. You must provide inputMint, outputMint, maker, payer, makingAmount, and takingAmount. The endpoint returns a base64-encoded transaction that you sign and send to the network (either directly or via the /execute endpoint).
Create Order
This is a POST request to/createOrder endpoint, where you pass in the necessary parameters and our backend will create the transaction for you to sign and send to the network seamlessly.
Create a POST request to the /createOrder endpoint.
/execute endpoint to do it for you.
