Create an order book with off-chain settlement for custodial workflows
Creates an order book that uses off-chain settlement. Off-chain books are designed for custodial models where the institution manages token transfers outside the protocol’s on-chain settlement layer. Off-chain order books do not support custody contracts or cross-instance imports. Users are identified by aDocumentation Index
Fetch the complete documentation index at: https://docs.trusset.org/llms.txt
Use this file to discover all available pages before exploring further.
customerRef string rather than an EVM wallet address.
trading service enabled.
0x[a-fA-F0-9]{40}.0x[a-fA-F0-9]{40}.LIGHT_TOKEN or STOCK_TOKEN.| Code | Status | Description |
|---|---|---|
ORDER_BOOK_EXISTS | 409 | An order book for this token pair already exists |
INVALID_CONFIG | 400 | Invalid order book configuration |
INVALID_PAIR | 400 | Invalid token pair |
TOKEN_NOT_REGISTERED | 400 | One or both tokens are not registered |
VALIDATION_ERROR | 400 | Request body failed schema validation |