Create order
Request
Order Instruction, GTC, IOC, RPI or POST_ONLY if empty GTC
Order signature in as a string “[r,s]” signed by account’s paradex private key
Order flags, allow flag: REDUCE_ONLY
Optional signed impact price for market orders (base64 encoded)
Self Trade Prevention, EXPIRE_MAKER, EXPIRE_TAKER or EXPIRE_BOTH, if empty EXPIRE_TAKER
Response
Order flags, allow flag: REDUCE_ONLY
Order last update time. No changes once status=CLOSED
Unique increasing number (non-sequential) that is assigned to this order update and changes on every order update. Can be used to deduplicate multiple feeds. WebSocket and REST responses use independently generated seq_no per event.