Create Orders
Create new orders. Requires proxy signature, see proxy signing.
Body
Order request.
Signature in hex format
"0x1234567890..."
Salt
1234567890
Request timestamp. Unix milliseconds for most operations; Unix seconds for withdrawals (must match the on-chain EIP-712 struct verified against block.timestamp).
1767225600000
Command expiry timestamp in Unix milliseconds. If provided, it must be in the future and within the gateway's default command timeout. It can shorten request validity but cannot extend it. This is not an order auto-cancel time.
1767225600000
Response
Order ACK response. Order result should be fetched using the get orders endpoint.