Place an order on an off-chain order book using a customer reference
customerRef string to identify the trading party. This maps to your internal customer management system.
trading service enabled.
BUY or SELL.LIMIT or MARKET.LIMIT orders. Numeric string.GTC (default), IOC, or FOK.| Code | Status | Description |
|---|---|---|
ORDER_BOOK_NOT_FOUND | 404 | Order book does not exist |
ORDER_BOOK_INACTIVE | 400 | Order book is paused or closed |
WRONG_SETTLEMENT_MODE | 400 | Order book uses on-chain settlement |
INSUFFICIENT_BALANCE | 400 | Customer does not have sufficient balance |
ORDER_TOO_SMALL | 400 | Quantity below minimum |
ORDER_TOO_LARGE | 400 | Quantity above maximum |
PRICE_REQUIRED | 400 | Price is required for limit orders |
INVALID_QUANTITY | 400 | Invalid quantity value |
INVALID_PRICE | 400 | Price does not align with tick size |