Modify configuration or status of an existing order book
Updates the configuration of an on-chain order book. Use this to pause or resume trading, adjust fee structure, or modify order size constraints.Documentation Index
Fetch the complete documentation index at: https://docs.trusset.org/llms.txt
Use this file to discover all available pages before exploring further.
trading service enabled.
ACTIVE, PAUSED, or CLOSED. Setting to PAUSED stops new order submissions. CLOSED permanently deactivates the book.null to remove the upper limit.| Code | Status | Description |
|---|---|---|
ORDER_BOOK_NOT_FOUND | 404 | No order book found with this ID in your instance |
INVALID_CONFIG | 400 | Invalid configuration values |
VALIDATION_ERROR | 400 | Request body failed schema validation |