Import an order book from another instance for cross-instance trading
Imports an order book from another instance into yours. Once imported, your instance’s users can place orders on the remote order book. The source order book must haveDocumentation Index
Fetch the complete documentation index at: https://docs.trusset.org/llms.txt
Use this file to discover all available pages before exploring further.
allowImport enabled.
You cannot import your own order books. Use List Importable Order Books to discover available books.
trading service enabled.
| Code | Status | Description |
|---|---|---|
ORDER_BOOK_NOT_FOUND | 404 | The target order book does not exist |
IMPORT_NOT_ALLOWED | 403 | The order book does not allow imports |
ALREADY_IMPORTED | 409 | This order book is already imported |
IMPORT_OWN | 400 | Cannot import your own order book |