Skip to main content
GET
Returns executed trades on a book, newest first, in the same shape as Get Order Book Trades.
This route resolves the book as a STOCK_TOKEN book. A book created without an explicit tokenType defaults to LIGHT_TOKEN and returns ORDER_BOOK_NOT_FOUND here, even though the same book reads fine from Get Off-Chain Order Book and its snapshot. Create off-chain stock books with tokenType: "STOCK_TOKEN" to keep the whole surface consistent.
Off-chain trades carry no settlement transaction. Their settlementStatus reflects the ledger transfer, and makerAddress and takerAddress carry offchain:<customerRef> rather than wallet addresses.

Path Parameters

string
required
Order book ID.

Query Parameters

integer
default:"50"
Page size, capped at 100.
integer
default:"0"
Rows to skip.

Response Fields

object

Error Codes