Skip to main content
GET
Returns every commodity order book on your instance, newest first, followed by every book you have imported from another instance. Imported books carry two extra fields, _imported and _importId, which owned books do not have. _importId is what Remove Import takes. Books sharing a cfid are in the same fungibility class and, where both have opted in, match against one another’s depth.

Query Parameters

string
Restrict to one status: ACTIVE, PAUSED or CLOSED. Applies to owned and imported books alike.

Response Fields

data is an array of order book records, each with the same fields as Get Order Book, plus:
boolean
Present and true only on imported books.
string
Present only on imported books.

Error Codes