Skip to main content
POST /orders-v3 requires an EIP-712 signature over the eight-field Order struct. Read the domain from GET /metadata/obv3. See Posting orders.

Private key signing

Using a private key is the most straightforward approach for bots and scripts.

Injected provider signing

Any injected provider that exposes eth_signTypedData_v4 (e.g. MetaMask) works.
This signing scheme uses the EIP-712 typed data standard.
Last modified on August 11, 2026