Imports
Import Order Book
Import an order book from another instance for cross-instance trading
POST
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.
Authentication
Requires an instance API key with thetrading service enabled.
Request Body
The ID of the order book to import. Max 100 characters.
Error Codes
| 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 |
