Order Books
Import Order Book
Add another instance’s published security book to your venue
POST
Imports a book another instance published, so your instance can read it and route orders to it. The owner keeps configuration control and settlement authority.
Re-importing a book you previously removed reactivates the existing link rather than creating a second one.
Your traders still need their own standing on the security: the seller must hold unfrozen tokens, and the buyer must be verified on the token’s identity registry and have approved the custody contract. Importing a book grants venue access, not compliance standing.
Settlement on an imported book
When a fill happens on a book you do not own, the response carriessettledByOrderBookOwner: true and a settlementId instead of calldata. Only the owner’s settlement operator is authorized on the custody contract for that security, so a transaction built for you would revert.
Track the outcome with Get Settlement using the returned settlementId.
Body Parameters
string
required
ID of the book to import, from List Importable Order Books. Up to 100 characters.
Response Fields
Returns201 with the import record.
object
