Place a trading order on a configured exchange
BUY - Open a long positionSELL - Open a short positionMARKET - Execute at current market price (default)LIMIT - Execute at specified price or better"0.5" for 0.5 unitsLIMIT orders, ignored for MARKET orders.
Must be greater than zero when specified.Example: "50000.00""success" or "error"400 Bad Request for the following validation failures:
"amount must be greater than zero""side must be BUY or SELL""type must be MARKET or LIMIT""price must be greater than zero for LIMIT orders"