Place order
Send a new order to the broker. Supports market, limit, stop, and stop-limit orders.
Side + Type mapping:
buy+market= Buysell+market= Sellbuy+limit= BuyLimitsell+limit= SellLimitbuy+stop= BuyStopsell+stop= SellStopbuy+stop_limit= BuyStopLimitsell+stop_limit= SellStopLimit
Symbol naming: symbols are case-sensitive and broker-specific
(e.g. XAUUSD.r on Raw FP Trading, XAUUSD elsewhere). Use
GET /accounts/{id}/symbol-names to discover the exact strings
your broker exposes — mismatches return 422 ORDER_FAILED with
message "Symbol not found".
Documentation Index
Fetch the complete documentation index at: https://docs.easierprop.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Client API key (prefixed with sk_). On /api/* endpoints the key
is scoped to its own MT5 accounts. On /admin/* endpoints the key
identifies its owning admin and grants access to all of that
admin's keys — so any of your sk_ works to manage any of your
other keys (cross-admin operations are rejected as 400 Key not found).
Path Parameters
Account ID
Body
Trading instrument
"EURUSD"
buy, sell "buy"
market, limit, stop, stop_limit "market"
Lot size
0.01
Required for limit/stop orders
Stop loss price
Take profit price
Max slippage in points
Order comment visible in MT5