Place Order
POST {{URL_ORIGIN}}/api/broker/accounts/23d06e53-5ff1-4009-9295-14ff46f3770e/orders
Request Body
{"orderType"=>"Limit", "side"=>"Buy", "instrument"=>"Silver-USD", "quantity"=>1, "price"=>5, "timeInForce"=>"GTC"}
RESPONSES
status: OK
{"status":"Added","orderId":37}