submit_order
Relay a PRE-SIGNED order to the chain's Ophis orderbook. Pass the exact order object and fullAppData from build_order, plus your EIP-712 signature and from (owner). The MCP holds no keys — it only forwards. Returns the order UID on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | Yes | The owner address that signed. | |
| order | Yes | The order object returned by build_order. | |
| chainId | Yes | EVM chain id the order was built for. | |
| signature | Yes | 0x EIP-712 signature over the order by the owner. | |
| fullAppData | Yes | The fullAppData string returned by build_order. | |
| signingScheme | No | Signature scheme over the order (default 'eip712'). |