Off-Chain Settlement
List Off-Chain Order Books
List every book on your instance that settles off chain
GET
Returns the books on your instance whose settlement mode is
OFF_CHAIN, regardless of token type. Unlike List Order Books, this route does not filter to STOCK_TOKEN, so a book created without an explicit token type still appears here.
Imported books never appear: an import is only possible for on-chain books.
Query Parameters
string
Restrict to one status:
ACTIVE, PAUSED or CLOSED.Response Fields
data is an array of order book records, in the same shape as Get Order Book. Every entry has settlementMode: "OFF_CHAIN" and custodyContract: null.
