Is it possible to create an order using only the symbol and currency?

Hi,

I am a junior developer and would like to create a small and simple app where you can:

  • Order by entering the symbol (e.g. XLM) and the amount you want to spend in BTC

  • Sell by entering the symbol (e.g. XLM) and the amount you want to get in BTC

  1. Would it be possible to do this in two curls (or better yet one) and do you have an example of what those curls would look like?

  2. What additional information would I have to provide?

  3. Additionally, do you have a practice API where I can test these curls out?

it should be fine to submit order by just curl, here is how to make the signature by shell.

hope it will be helpful.