Order

Paginated order search with optional filtering by status, contract, and creation timestamp.

post/api/Order/v2/query

Request body

pageSizeinteger
pageOffsetinteger
sortBy0 | 1

0 = CreatedAt 1 = Id

sortDirection0 | 1

0 = Asc 1 = Desc

includeTotalCountboolean

Response

A response with the matching page of orders and the optional total count.

successboolean required
errorCode0 | 1 required

0 = Success 1 = AccountNotFound

errorMessagestring
totalCountinteger

Changes